C# Класс Ramone.MediaTypes.Html.HtmlLinkExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Link ( this node, Response response ) : Ramone.MediaTypes.Html.Link

Convert a single HTML node to ILink, assuming the node represents a link.

Link ( this node, Uri baseUrl ) : Ramone.MediaTypes.Html.Link
Links ( this html, Response response ) : IEnumerable

Get all header links in the HTML document as a sequence of ILink.

Links ( this html, Uri baseUrl ) : IEnumerable

Описание методов

Link() публичный статический Метод

Convert a single HTML node to ILink, assuming the node represents a link.
public static Link ( this node, Response response ) : Ramone.MediaTypes.Html.Link
node this
response Response The response from which the html originates. /// The response information is used to convert relative links to absolute links.
Результат Ramone.MediaTypes.Html.Link

Link() публичный статический Метод

public static Link ( this node, Uri baseUrl ) : Ramone.MediaTypes.Html.Link
node this
baseUrl System.Uri
Результат Ramone.MediaTypes.Html.Link

Links() публичный статический Метод

Get all header links in the HTML document as a sequence of ILink.
public static Links ( this html, Response response ) : IEnumerable
html this
response Response The response from which the html originates. /// The response information is used to convert relative links to absolute links.
Результат IEnumerable

Links() публичный статический Метод

public static Links ( this html, Uri baseUrl ) : IEnumerable
html this
baseUrl System.Uri
Результат IEnumerable