次の方法で共有


Request.Method プロパティ

定義

要求に使用される HTTP メソッドを取得または設定します。

[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

適用対象