Request.Method Property

Definition

Gets or sets the HTTP method used for the request.

[Newtonsoft.Json.JsonProperty(PropertyName="method")]
public string Method { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="method")>]
member this.Method : string with get, set
Public Property Method As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to