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 数据传输方法类型。

适用于