C# Class Headless.HtmlInput

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

Public Methods

Method Description
HtmlInput ( IHtmlPage page, IXPathNavigable node ) : System

Initializes a new instance of the HtmlInput class.

Method Details

HtmlInput() public method

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