C# Class Headless.HtmlTable

Inheritance: HtmlElement
显示文件 Open project: roryprimrose/Headless

Public Methods

Method Description
HtmlTable ( IHtmlPage page, IXPathNavigable node ) : System.Collections.Generic

Initializes a new instance of the HtmlTable class.

Method Details

HtmlTable() public method

Initializes a new instance of the HtmlTable class.
/// The parameter is null. /// /// The parameter is null. ///
public HtmlTable ( IHtmlPage page, IXPathNavigable node ) : System.Collections.Generic
page IHtmlPage /// The owning page. ///
node IXPathNavigable /// The node. ///
return System.Collections.Generic