InputRadioHtmlFormControl Class |
Namespace: NScrape.Forms
The InputRadioHtmlFormControl type exposes the following members.
Name | Description | |
---|---|---|
InputRadioHtmlFormControl |
Initializes a new instance of the InputRadioHtmlFormControl class.
|
Name | Description | |
---|---|---|
Attributes |
Gets the attributes of the control.
(Inherited from HtmlFormControl.) | |
Checked |
Gets or sets whether or not the control is checked.
(Inherited from InputCheckableHtmlFormControl.) | |
ControlType |
Gets the type of the control.
(Inherited from InputHtmlFormControl.) | |
Disabled |
Gets or sets whether or not the control is disabled.
(Inherited from HtmlFormControl.) | |
EncodedData |
Gets the value of the control in application/x-www-form-urlencoded format.
(Inherited from InputHtmlFormControl.) | |
Id |
Gets the value of the control's id attribute.
(Inherited from HtmlFormControl.) | |
Name |
Gets the value of the control's name attribute.
(Inherited from HtmlFormControl.) | |
Value |
Gets the value of the control.
(Inherited from InputCheckableHtmlFormControl.) |
Name | Description | |
---|---|---|
AddAttribute |
Adds an individual attribute to the control HTML.
(Inherited from HtmlFormControl.) | |
AddAttributes |
Parse and add attributes from the control HTML.
(Inherited from HtmlFormControl.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString |
Gets a String that represents the current InputHtmlFormControl (Inherited from InputHtmlFormControl.) |