JsonRequestBehavior Enum

Definition

Specifies whether HTTP GET requests from the client are allowed.

public enum JsonRequestBehavior
type JsonRequestBehavior = 
Public Enum JsonRequestBehavior
Inheritance
JsonRequestBehavior

Fields

AllowGet 0

HTTP GET requests from the client are allowed.

DenyGet 1

HTTP GET requests from the client are not allowed.

Applies to