次の方法で共有


HttpRequestBase.RequestType プロパティ

定義

派生クラスでオーバーライドされた場合、クライアントで使用された HTTP データ転送メソッド (GET または POST) を取得または設定します。

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

プロパティ値

String

クライアントで使用された HTTP データ転送メソッドの型。

例外

適用対象