The SubmitFormAction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SubmitFormAction |
Create a new submit form action.
|
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept this action.
(Overrides Action..::..Accept(ActionVisitor, Object).) | |
| Clone |
Clone this action.
(Overrides Action..::..Clone()()()().) | |
| Execute |
Excute this action.
(Inherited from Action.) |
Properties
| Name | Description | |
|---|---|---|
| AllFields |
All fields in the document.
(Inherited from FormAction.) | |
| ConvertDatesToStandardFormat |
When submitting all fields which contains a date are converted to a predefined format,
otherwise the value is submitted as-is (aka how the user entered the data).
| |
| Fields |
The fields used in this form action.
(Inherited from FormAction.) | |
| HttpMethod |
The http method specifies how to submit to the server.
| |
| IncludeEmptyFields |
Fields without a value should be submitted also.
| |
| SubmitFormat |
The submit format specifies what to submit to the server.
| |
| Url |
The uniform resource locator (url) for this submit form action.
|