Aracılığıyla paylaş


HTTPConfiguration.Method Property

Definition

Gets or sets HTTP method. Possible values include: 'Get'

[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