The SubmitFormAction type exposes the following members.

Constructors

  NameDescription
Public methodSubmitFormAction
Create a new submit form action.

Methods

  NameDescription
Public methodAccept
Accept this action.
(Overrides Action..::..Accept(ActionVisitor, Object).)
Public methodClone
Clone this action.
(Overrides Action..::..Clone()()()().)
Public methodExecute
Excute this action.
(Inherited from Action.)

Properties

  NameDescription
Public propertyAllFields
All fields in the document.
(Inherited from FormAction.)
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 propertyFields
The fields used in this form action.
(Inherited from FormAction.)
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