Method | Description | |
---|---|---|
HtmlRadioButton ( IHtmlPage page, IXPathNavigable node ) : System |
Initializes a new instance of the HtmlRadioButton class.
|
Method | Description | |
---|---|---|
BuildPostData ( ) : IEnumerable |
Method | Description | |
---|---|---|
FindRelatedNodes ( ) : ReadOnlyCollection |
Finds the related nodes.
|
public HtmlRadioButton ( IHtmlPage page, IXPathNavigable node ) : System | ||
page | IHtmlPage | /// The owning page. /// |
node | IXPathNavigable | /// The node. /// |
return | System |