IHttpRequestFeature.Method 속성

정의

RFC 7230에 정의된 대로 요청 메서드를 가져오거나 설정합니다. 예: "GET", "HEAD", "POST" 등

public:
 property System::String ^ Method { System::String ^ get(); void set(System::String ^ value); };
public string Method { get; set; }
member this.Method : string with get, set
Public Property Method As String

속성 값

적용 대상