The SubmitFormAction type exposes the following members.

Properties

  NameDescription
Public propertyConvertDatesToStandardFormat
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).
Public propertyHttpMethod
The http method specifies how to submit to the server.
Public propertyIncludeEmptyFields
Fields without a value should be submitted also.
Public propertySubmitFormat
The submit format specifies what to submit to the server.
Public propertyUrl
The uniform resource locator (url) for this submit form action.

See Also