JsonResult.JsonRequestBehavior Property

Definition

Gets or sets a value that indicates whether HTTP GET requests from the client are allowed.

public System.Web.Mvc.JsonRequestBehavior JsonRequestBehavior { get; set; }
member this.JsonRequestBehavior : System.Web.Mvc.JsonRequestBehavior with get, set
Public Property JsonRequestBehavior As JsonRequestBehavior

Property Value

A value that indicates whether HTTP GET requests from the client are allowed.

Applies to