Method | Description | |
---|---|---|
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, |
||
Links ( this html, Response response ) : IEnumerable |
Get all header links in the HTML document as a sequence of ILink.
|
|
Links ( this html, |
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. |
return | Ramone.MediaTypes.Html.Link |
public static Link ( this node, |
||
node | this | |
baseUrl | ||
return | Ramone.MediaTypes.Html.Link |
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. |
return | IEnumerable |
public static Links ( this html, |
||
html | this | |
baseUrl | ||
return | IEnumerable |