RemoteAttribute.HttpMethod Property

Definition

Gets or sets the HTTP method used for remote validation.

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

Property Value

The HTTP method used for remote validation. The default value is "Get".

Applies to