IHttpRequestFeature.Method プロパティ

定義

RFC 7230 で定義されている要求メソッドを取得または設定します。 たとえば、"GET"、"HEAD"、"POST" などです。

public:
 property System::String ^ Method { System::String ^ get(); void set(System::String ^ value); };
public string Method { get; set; }
member this.Method : string with get, set
Public Property Method As String

プロパティ値

適用対象