BasicHtmlForm Properties |
The BasicHtmlForm type exposes the following members.
| 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.) |