다음을 통해 공유


IncomingWebRequestContext.Method 속성

정의

들어오는 웹 요청의 HTTP 메서드를 가져옵니다.

public:
 property System::String ^ Method { System::String ^ get(); };
public string Method { get; }
member this.Method : string
Public ReadOnly Property Method As String

속성 값

String

들어오는 웹 요청의 HTTP 메서드입니다.

적용 대상