HttpMethods.IsPost(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示 HTTP 请求方法是否为 POST。
public:
static bool IsPost(System::String ^ method);
public static bool IsPost (string method);
static member IsPost : string -> bool
Public Shared Function IsPost (method As String) As Boolean
参数
返回
true
如果方法是 POST,则为 ;否则为 false
。
适用于