AjaxOptions.HttpMethod Property

Definition

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

public string HttpMethod { get; set; }
member this.HttpMethod : string with get, set
Public Property HttpMethod As String

Property Value

The HTTP request method. The default value is "Post".

Applies to