C# Class Headless.HtmlRadioButton

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

Méthodes publiques

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

Initializes a new instance of the HtmlRadioButton class.

Méthodes protégées

Méthode Description
BuildPostData ( ) : IEnumerable

Private Methods

Méthode Description
FindRelatedNodes ( ) : ReadOnlyCollection

Finds the related nodes.

Method Details

BuildPostData() protected méthode

protected BuildPostData ( ) : IEnumerable
Résultat IEnumerable

HtmlRadioButton() public méthode

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