C# Class Headless.HtmlRadioButton

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

Public Methods

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

Initializes a new instance of the HtmlRadioButton class.

Protected Methods

Method Description
BuildPostData ( ) : IEnumerable

Private Methods

Method Description
FindRelatedNodes ( ) : ReadOnlyCollection

Finds the related nodes.

Method Details

BuildPostData() protected method

protected BuildPostData ( ) : IEnumerable
return IEnumerable

HtmlRadioButton() public method

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