C# Class Headless.HtmlInput

Inheritance: HtmlFormElement
Afficher le fichier Open project: roryprimrose/Headless

Méthodes publiques

Méthode Description
HtmlInput ( IHtmlPage page, IXPathNavigable node ) : System

Initializes a new instance of the HtmlInput class.

Method Details

HtmlInput() public méthode

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. ///
Résultat System