FormMethod
FormMethod
FormMethod
Enum
Definition
Enumerates the HTTP request types for a form.
public enum FormMethod
type FormMethod =
Public Enum FormMethod
- Inheritance
Fields
Get Get Get | 0 | Specifies a GET request. |
Post Post Post | 1 | Specifies a POST request. |