Request.Verb プロパティ

定義

要求に使用される HTTP 動詞を取得します。

public:
 property System::String ^ Verb { System::String ^ get(); };
public string Verb { get; }
member this.Verb : string
Public ReadOnly Property Verb As String

プロパティ値

要求に使用される HTTP 動詞。

適用対象