Enum JsonRequestBehavior
Specifies whether HTTP GET requests from the client are allowed.
public enum JsonRequestBehavior
Fields
AllowGet = 0HTTP GET requests from the client are allowed.
DenyGet = 1HTTP GET requests from the client are not allowed.