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