HttpRequestBase.RequestType 屬性

定義

當在派生類別中被覆寫時,會取得或設定用戶端所使用的 HTTP 資料傳輸方法(GETPOST或 )。

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

屬性值

用戶端所使用的 HTTP 資料傳輸方式類型。

例外狀況

適用於