HttpRequestBase.RequestType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當在派生類別中被覆寫時,會取得或設定用戶端所使用的 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 資料傳輸方式類型。