FormSubmitter
Contents
[
Hide
]FormSubmitter(HTMLFormElement)
Initializes a new instance of the FormSubmitter class based on HTMLFormElement.
public FormSubmitter(HTMLFormElement form)
| Parameter | Type | Description |
|---|---|---|
| form | HTMLFormElement | The html form element. |
See Also
- class HTMLFormElement
- class FormSubmitter
- namespace Aspose.Html.Forms
- assembly Aspose.HTML
FormSubmitter(HTMLDocument, int)
Initializes a new instance of the FormSubmitter class based on HTMLFormElement selected by index from HTMLDocument.
public FormSubmitter(HTMLDocument document, int index)
| Parameter | Type | Description |
|---|---|---|
| document | HTMLDocument | The HTML document. |
| index | Int32 | The index of the form. |
See Also
- class HTMLDocument
- class FormSubmitter
- namespace Aspose.Html.Forms
- assembly Aspose.HTML
FormSubmitter(HTMLDocument, string)
Initializes a new instance of the FormSubmitter class based on HTMLFormElement selected by identifier from HTMLDocument.
public FormSubmitter(HTMLDocument document, string id)
| Parameter | Type | Description |
|---|---|---|
| document | HTMLDocument | The HTML document. |
| id | String | The element identifier. |
See Also
- class HTMLDocument
- class FormSubmitter
- namespace Aspose.Html.Forms
- assembly Aspose.HTML
FormSubmitter(FormEditor)
Initializes a new instance of the FormSubmitter class.
public FormSubmitter(FormEditor editor)
| Parameter | Type | Description |
|---|---|---|
| editor | FormEditor | The FormEditor. |
See Also
- class FormEditor
- class FormSubmitter
- namespace Aspose.Html.Forms
- assembly Aspose.HTML