FormSubmitter class

FormSubmitter class

This class allows to prepare specified HTMLFormElement, collects values from the form element, submit them to the remote server and receives a response.

The FormSubmitter type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the FormSubmitter class based on HTMLFormElement.
initInitializes a new instance of the FormSubmitter class based on HTMLFormElement selected by index from HTMLDocument.
initInitializes a new instance of the FormSubmitter class based on HTMLFormElement selected by identifier from HTMLDocument.
initInitializes a new instance of the FormSubmitter class.

Properties

PropertyDescription
methodHTTP method [IETF RFC 2616] used to submit form. See the method attribute definition in HTML 4.01.
actionServer-side form handler. See the action attribute definition in HTML 4.01.

Methods

MethodDescription
submitSubmits the form data to the server.
submit

See Also