Share via


HttpMethods.IsPost(String) 메서드

정의

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

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

매개 변수

method
String

HTTP 요청 메서드입니다.

반환

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

적용 대상