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
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the FormSubmitter class based on HTMLFormElement. |
| init | Initializes a new instance of the FormSubmitter class based on HTMLFormElement selected by index from HTMLDocument. |
| init | Initializes a new instance of the FormSubmitter class based on HTMLFormElement selected by identifier from HTMLDocument. |
| init | Initializes a new instance of the FormSubmitter class. |
Properties
| Property | Description |
|---|---|
| method | HTTP method [IETF RFC 2616] used to submit form. See the method attribute definition in HTML 4.01. |
| action | Server-side form handler. See the action attribute definition in HTML 4.01. |
Methods
| Method | Description |
|---|---|
| submit | Submits the form data to the server. |
| submit |
See Also
- module
aspose.html.forms - class
FormSubmitter - class
HTMLDocument - class
HTMLFormElement