다음을 통해 공유


HttpMethod.Method 속성

정의

HTTP 메서드를 가져옵니다.

public:
 property Platform::String ^ Method { Platform::String ^ get(); };
winrt::hstring Method();
public string Method { get; }
var string = httpMethod.method;
Public ReadOnly Property Method As String

속성 값

String

Platform::String

winrt::hstring

String으로 표시되는 HTTP 메서드입니다.

적용 대상