[]
Defines possible values of HtmlFormFormat property.
[Flags]
public enum ActionSubmitForm.HtmlFormFormatFlags
<Flags>
Public Enum ActionSubmitForm.HtmlFormFormatFlags
Name | Description |
---|---|
GetMethod | Indicates whether field names and values are submitted using an HTTP GET request, otherwise they are submitted using a POST request. |
SubmitCoordinates | Indicates whether the coordinates of the mouse click that caused the submit-form action are transmitted as part of the form data. |