JsonRequestBehavior 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 whether HTTP GET requests from the client are allowed.
public enum JsonRequestBehavior
type JsonRequestBehavior =
Public Enum JsonRequestBehavior
- Inheritance
-
JsonRequestBehavior
Fields
Name | Value | Description |
---|---|---|
AllowGet | 0 | HTTP GET requests from the client are allowed. |
DenyGet | 1 | HTTP GET requests from the client are not allowed. |