BasicHtmlForm Class |
Namespace: NScrape.Forms
The BasicHtmlForm type exposes the following members.
Name | Description | |
---|---|---|
BasicHtmlForm |
Initializes a new instance of the BasicHtmlForm class.
|
Name | Description | |
---|---|---|
ActionUrl |
Gets the action URL of the form.
(Inherited from HtmlForm.) | |
AllControls |
Gets all HTML controls contained within the form.
(Inherited from BasicForm.) | |
Attributes |
Gets the attributes of the form.
(Inherited from HtmlForm.) | |
CheckBoxControls |
Gets the HTML input checkbox controls contained within the form.
(Inherited from BasicForm.) | |
Controls |
Gets the controls contained within the HTML form.
(Inherited from HtmlForm.) | |
FormUrl |
Gets the URL of the page where the form is located.
(Inherited from HtmlForm.) | |
Html |
Gets the HTML text of the page containing the form.
(Inherited from HtmlForm.) | |
InputControls |
Gets the HTML input controls contained within the form.
(Inherited from BasicForm.) | |
RadioControls |
Gets the HTML input radio controls contained within the form.
(Inherited from BasicForm.) | |
SelectControls |
Gets the HTML select controls contained within the form.
(Inherited from BasicForm.) | |
SubmitAsXmlHttpRequest |
Gets or sets a value indicating whether the form submission shall attempt to mimic a JQuery request.
(Inherited from HtmlForm.) | |
TextAreaControls |
Gets the HTML textarea controls contained within the form.
(Inherited from BasicForm.) | |
WebClient |
Gets the web client used to request and submit the form.
(Inherited from HtmlForm.) |
Name | Description | |
---|---|---|
BuildAspxPostBackRequest |
Builds the request data to be used to submit an ASPX form.
(Inherited from HtmlForm.) | |
BuildRequest |
Builds the request data to be used to submit an HTML form.
(Inherited from HtmlForm.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Load(Uri, HtmlFormDefinition) |
Loads the form specified by the provided form definition.
(Inherited from HtmlForm.) | |
Load(Uri, KeyValuePairString, String) |
Loads the form specified by identifying attribute on the page at the specified URL.
(Inherited from HtmlForm.) | |
Load(Uri, Int32) |
Loads the form specified by ordinal on the page at the specified URL.
(Inherited from HtmlForm.) | |
Load(Uri, String, KeyValuePairString, String) |
Loads the form specified by identifying attribute in the provided HTML.
(Inherited from HtmlForm.) | |
Load(Uri, String, Int32) |
Loads the form specified by ordinal in the provided HTML.
(Inherited from HtmlForm.) | |
Load(Uri, String, String) | Obsolete.
Loads the form specified by identifying attributes on the page at the specified URL.
(Inherited from HtmlForm.) | |
Load(Uri, String, String, String) | Obsolete.
Loads the form specified by identifying attributes in the provided HTML.
(Inherited from HtmlForm.) | |
MemberwiseClone | (Inherited from Object.) | |
Submit |
Submits the form to the server.
| |
SubmitHtmlRequest |
Submits the form, specifying the request data.
(Inherited from HtmlForm.) | |
SubmitRedirectRequest |
Submits the form, specifying the request data.
(Inherited from HtmlForm.) | |
SubmitRequest(String, WebResponseType) |
Submits the form, specifying the request data and the expected response type.
(Inherited from HtmlForm.) | |
SubmitRequest(String, WebResponseType) |
Submits the form, specifying the request data and a range of valid response types.
(Inherited from HtmlForm.) | |
SubmitRequest(String, Boolean, WebResponseType) |
Submits the form, specifying the request data, redirection action, and the expected response type.
(Inherited from HtmlForm.) | |
SubmitRequest(String, Boolean, WebResponseType) |
Submits the form, specifying the request data, redirection action, and a range of valid response types.
(Inherited from HtmlForm.) | |
ToString | (Inherited from Object.) |