The SubmitFormAction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SubmitFormAction |
Create a new submit form action.
|
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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).
| |
| 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.
|