FormMethod Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the HTTP request types for a form.
public enum FormMethod
type FormMethod =
Public Enum FormMethod
- Inheritance
-
FormMethod
Fields
Name | Value | Description |
---|---|---|
Get | 0 | Specifies a GET request. |
Post | 1 | Specifies a POST request. |