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()()()().) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
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.
|