HttpRequestBase.HttpMethod 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中替代时,获取客户端使用的 HTTP 数据传输方法(如 GET
、POST
或 HEAD
)。
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
属性值
客户端使用的 HTTP 数据传输方法。