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

例外

适用于