Share via


HttpMethods.IsPut(String) 메서드

정의

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

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

매개 변수

method
String

HTTP 요청 메서드입니다.

반환

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

적용 대상