C# 클래스 Ramone.MediaTypes.Html.HtmlAnchorExtensions

파일 보기 프로젝트 열기: JornWildt/Ramone

공개 메소드들

메소드 설명
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

메소드 상세

Anchor() 공개 정적인 메소드

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.
리턴 Ramone.MediaTypes.Html.Anchor

Anchor() 공개 정적인 메소드

public static Anchor ( this node, Uri baseUrl ) : Ramone.MediaTypes.Html.Anchor
node this
baseUrl System.Uri
리턴 Ramone.MediaTypes.Html.Anchor

Anchors() 공개 정적인 메소드

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.
리턴 IEnumerable

Anchors() 공개 정적인 메소드

public static Anchors ( this html, Uri baseUrl ) : IEnumerable
html this
baseUrl System.Uri
리턴 IEnumerable