C# Class Ramone.MediaTypes.Html.HtmlAnchorExtensions

Afficher le fichier Open project: JornWildt/Ramone

Méthodes publiques

Méthode 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, Uri baseUrl ) : Ramone.MediaTypes.Html.Anchor
Anchors ( this html, Response response ) : IEnumerable

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

Anchors ( this html, Uri baseUrl ) : IEnumerable

Method Details

Anchor() public static méthode

Convert a single HTML node to ILink, assuming the node represents a anchor.
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.
Résultat Ramone.MediaTypes.Html.Anchor

Anchor() public static méthode

public static Anchor ( this node, Uri baseUrl ) : Ramone.MediaTypes.Html.Anchor
node this
baseUrl System.Uri
Résultat Ramone.MediaTypes.Html.Anchor

Anchors() public static méthode

Get all anchors in the HTML document as a sequence of ILink.
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.
Résultat IEnumerable

Anchors() public static méthode

public static Anchors ( this html, Uri baseUrl ) : IEnumerable
html this
baseUrl System.Uri
Résultat IEnumerable