AjaxOptions.HttpMethod Property

Visual Studio 2010

Gets or sets the HTTP request method ("Get" or "Post").

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

'Declaration
Public Property HttpMethod As String
	Get
	Set

Property Value

Type: System.String
The HTTP request method.

The default value of this property is "Post".

Community Additions

ADD
Show: