Share via


HttpMethods.IsDelete(String) 메서드

정의

HTTP 요청 메서드가 DELETE인지를 나타내는 값을 반환합니다.

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

매개 변수

method
String

HTTP 요청 메서드입니다.

반환

true 메서드가 DELETE이면 이고, 그렇지 않으면 입니다 false.

적용 대상