HttpMethods.IsPatch(String) 方法

定义

返回一个值,该值指示 HTTP 请求方法是否为 PATCH。

public:
 static bool IsPatch(System::String ^ method);
public static bool IsPatch (string method);
static member IsPatch : string -> bool
Public Shared Function IsPatch (method As String) As Boolean

参数

method
String

HTTP 请求方法。

返回

true 如果方法为 PATCH,则为 ;否则为 false

适用于