Share via


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.

적용 대상