C# Class Hext.Docext

Show file Open project: jamesqo/hext

Public Methods

Method Description
Body ( this doc ) : HtmlNode
Head ( this doc ) : HtmlNode
Html ( this doc ) : HtmlNode

Method Details

Body() public static method

public static Body ( this doc ) : HtmlNode
doc this
return HtmlAgilityPack.HtmlNode

Head() public static method

public static Head ( this doc ) : HtmlNode
doc this
return HtmlAgilityPack.HtmlNode

Html() public static method

public static Html ( this doc ) : HtmlNode
doc this
return HtmlAgilityPack.HtmlNode