HttpRequestWrapper.RequestType 屬性

定義

取得或設定用戶端使用的 HTTP 資料傳輸方法 (GETPOST)。

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

屬性值

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

適用於