JsonResult.JsonRequestBehavior Property

Visual Studio 2010

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

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Property JsonRequestBehavior As JsonRequestBehavior
	Get
	Set

Property Value

Type: System.Web.Mvc.JsonRequestBehavior
A value that indicates whether HTTP GET requests from the client are allowed.

The default value is DenyGet.

Community Additions

ADD
Show: