HttpRequest.Method プロパティ

定義

HTTP メソッドを取得または設定します。

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

プロパティ値

HTTP メソッド。

適用対象