C# Class Headless.HtmlCheckBox

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

Public Methods

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

Initializes a new instance of the HtmlCheckBox class.

Protected Methods

Method Description
BuildPostData ( ) : IEnumerable

Method Details

BuildPostData() protected method

protected BuildPostData ( ) : IEnumerable
return IEnumerable

HtmlCheckBox() public method

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