HttpMethods.IsHead(String) 方法

定义

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

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

参数

method
String

HTTP 请求方法。

返回

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

适用于