Method | Description | |
---|---|---|
Anchor ( this node, Response response ) : Ramone.MediaTypes.Html.Anchor |
Convert a single HTML node to ILink, assuming the node represents a anchor.
|
|
Anchor ( this node, |
||
Anchors ( this html, Response response ) : IEnumerable |
Get all anchors in the HTML document as a sequence of ILink.
|
|
Anchors ( this html, |
public static Anchor ( this node, Response response ) : Ramone.MediaTypes.Html.Anchor | ||
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.Anchor |
public static Anchor ( this node, |
||
node | this | |
baseUrl | ||
return | Ramone.MediaTypes.Html.Anchor |
public static Anchors ( 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 Anchors ( this html, |
||
html | this | |
baseUrl | ||
return | IEnumerable |