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