Click or drag to resize

HtmlForm Properties

The HtmlForm type exposes the following members.

Properties
  NameDescription
Protected propertyActionUrl
Gets the action URL of the form.
Protected propertyAttributes
Gets the attributes of the form.
Protected propertyControls
Gets the controls contained within the HTML form.
Public propertyFormUrl
Gets the URL of the page where the form is located.
Protected propertyHtml
Gets the HTML text of the page containing the form.
Protected propertySubmitAsXmlHttpRequest
Gets or sets a value indicating whether the form submission shall attempt to mimic a JQuery request.
Protected propertyWebClient
Gets the web client used to request and submit the form.
Top
See Also