Click or drag to resize

BasicHtmlForm Methods

The BasicHtmlForm type exposes the following members.

Methods
  NameDescription
Protected methodBuildAspxPostBackRequest
Builds the request data to be used to submit an ASPX form.
(Inherited from HtmlForm.)
Protected methodBuildRequest
Builds the request data to be used to submit an HTML form.
(Inherited from HtmlForm.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLoad(Uri, HtmlFormDefinition)
Loads the form specified by the provided form definition.
(Inherited from HtmlForm.)
Public methodLoad(Uri, KeyValuePairString, String)
Loads the form specified by identifying attribute on the page at the specified URL.
(Inherited from HtmlForm.)
Public methodLoad(Uri, Int32)
Loads the form specified by ordinal on the page at the specified URL.
(Inherited from HtmlForm.)
Public methodLoad(Uri, String, KeyValuePairString, String)
Loads the form specified by identifying attribute in the provided HTML.
(Inherited from HtmlForm.)
Public methodLoad(Uri, String, Int32)
Loads the form specified by ordinal in the provided HTML.
(Inherited from HtmlForm.)
Public methodLoad(Uri, String, String) Obsolete.
Loads the form specified by identifying attributes on the page at the specified URL.
(Inherited from HtmlForm.)
Public methodLoad(Uri, String, String, String) Obsolete.
Loads the form specified by identifying attributes in the provided HTML.
(Inherited from HtmlForm.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSubmit
Submits the form to the server.
Protected methodSubmitHtmlRequest
Submits the form, specifying the request data.
(Inherited from HtmlForm.)
Protected methodSubmitRedirectRequest
Submits the form, specifying the request data.
(Inherited from HtmlForm.)
Protected methodSubmitRequest(String, WebResponseType)
Submits the form, specifying the request data and the expected response type.
(Inherited from HtmlForm.)
Protected methodSubmitRequest(String, WebResponseType)
Submits the form, specifying the request data and a range of valid response types.
(Inherited from HtmlForm.)
Protected methodSubmitRequest(String, Boolean, WebResponseType)
Submits the form, specifying the request data, redirection action, and the expected response type.
(Inherited from HtmlForm.)
Protected methodSubmitRequest(String, Boolean, WebResponseType)
Submits the form, specifying the request data, redirection action, and a range of valid response types.
(Inherited from HtmlForm.)
Public methodToString (Inherited from Object.)
Top
See Also