HtmlForm Class |
Namespace: NScrape.Forms
The HtmlForm type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActionUrl |
Gets the action URL of the form.
|
![]() | Attributes |
Gets the attributes of the form.
|
![]() | Controls |
Gets the controls contained within the HTML form.
|
![]() | FormUrl |
Gets the URL of the page where the form is located.
|
![]() | Html |
Gets the HTML text of the page containing the form.
|
![]() | SubmitAsXmlHttpRequest |
Gets or sets a value indicating whether the form submission shall attempt to mimic a JQuery request.
|
![]() | WebClient |
Gets the web client used to request and submit the form.
|
Name | Description | |
---|---|---|
![]() | BuildAspxPostBackRequest |
Builds the request data to be used to submit an ASPX form.
|
![]() | BuildRequest |
Builds the request data to be used to submit an HTML form.
|
![]() | 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.
|
![]() | Load(Uri, KeyValuePairString, String) |
Loads the form specified by identifying attribute on the page at the specified URL.
|
![]() | Load(Uri, Int32) |
Loads the form specified by ordinal on the page at the specified URL.
|
![]() | Load(Uri, String, KeyValuePairString, String) |
Loads the form specified by identifying attribute in the provided HTML.
|
![]() | Load(Uri, String, Int32) |
Loads the form specified by ordinal in the provided HTML.
|
![]() | Load(Uri, String, String) | Obsolete.
Loads the form specified by identifying attributes on the page at the specified URL.
|
![]() | Load(Uri, String, String, String) | Obsolete.
Loads the form specified by identifying attributes in the provided HTML.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SubmitHtmlRequest |
Submits the form, specifying the request data.
|
![]() | SubmitRedirectRequest |
Submits the form, specifying the request data.
|
![]() | SubmitRequest(String, WebResponseType) |
Submits the form, specifying the request data and the expected response type.
|
![]() | SubmitRequest(String, WebResponseType) |
Submits the form, specifying the request data and a range of valid response types.
|
![]() | SubmitRequest(String, Boolean, WebResponseType) |
Submits the form, specifying the request data, redirection action, and the expected response type.
|
![]() | SubmitRequest(String, Boolean, WebResponseType) |
Submits the form, specifying the request data, redirection action, and a range of valid response types.
|
![]() | ToString | (Inherited from Object.) |