Namespace TallComponents.PDF.Actions
Class SubmitFormAction
The submit form action sends form data (containing field values) to a URL in a specified format.
Syntax
public class SubmitFormAction
: FormAction
Constructors
Properties
Boolean ConvertDatesToStandardFormat
When submitting, all fields which contain a date are converted to a predefined format;
otherwise the value is submitted as-is (aka how the user entered the data).
HttpMethod HttpMethod
The http method specifies how to submit to the server.
Boolean IncludeEmptyFields
Indicates whether fields without a value should also be submitted.
SubmitFormat SubmitFormat
The submit format specifies what to submit to the server.
String Url
The uniform resource locator (url) for this submit form action.