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

屬性值

String

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

例外狀況

適用於