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

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

공개 메소드들

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