AjaxOptions.HttpMethod Property

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
'Usage
Dim instance As AjaxOptions 
Dim value As String 

value = instance.HttpMethod

instance.HttpMethod = value

Property Value

Type: System.String
The HTTP request method. The default value is "Post".
Show: