HttpRequestBase.HttpMethod 属性

定义

在派生类中替代时,获取客户端使用的 HTTP 数据传输方法(如 GETPOSTHEAD)。

public:
 virtual property System::String ^ HttpMethod { System::String ^ get(); };
public virtual string HttpMethod { get; }
member this.HttpMethod : string
Public Overridable ReadOnly Property HttpMethod As String

属性值

String

客户端使用的 HTTP 数据传输方法。

例外

适用于