次の方法で共有


HTTPConfiguration.Method プロパティ

定義

HTTP メソッドを取得または設定します。 使用可能な値は次のとおりです: '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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象