Click or drag to resize

BasicForm Properties

The BasicForm type exposes the following members.

Properties
  NameDescription
Protected propertyActionUrl
Gets the action URL of the form.
(Inherited from HtmlForm.)
Public propertyAllControls
Gets all HTML controls contained within the form.
Protected propertyAttributes
Gets the attributes of the form.
(Inherited from HtmlForm.)
Public propertyCheckBoxControls
Gets the HTML input checkbox controls contained within the form.
Protected propertyControls
Gets the controls contained within the HTML form.
(Inherited from HtmlForm.)
Public propertyFormUrl
Gets the URL of the page where the form is located.
(Inherited from HtmlForm.)
Protected propertyHtml
Gets the HTML text of the page containing the form.
(Inherited from HtmlForm.)
Public propertyInputControls
Gets the HTML input controls contained within the form.
Public propertyRadioControls
Gets the HTML input radio controls contained within the form.
Public propertySelectControls
Gets the HTML select controls contained within the form.
Protected propertySubmitAsXmlHttpRequest
Gets or sets a value indicating whether the form submission shall attempt to mimic a JQuery request.
(Inherited from HtmlForm.)
Public propertyTextAreaControls
Gets the HTML textarea controls contained within the form.
Protected propertyWebClient
Gets the web client used to request and submit the form.
(Inherited from HtmlForm.)
Top
See Also