Table of Contents

Enum JsonRequestBehavior

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

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.