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.
Specifies constants which define the form method used.
public enum class FormMethod
public enum FormMethod
type FormMethod =
Public Enum FormMethod
- Inheritance
-
FormMethod
Fields
Name | Value | Description |
---|---|---|
Get | 0 | Get form method. |
Post | 1 | Post form method. |
Dialog | 2 | Dialog form method. |