HttpRequest.Method 속성

정의

HTTP 메서드를 가져오거나 설정합니다.

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

속성 값

HTTP 메서드입니다.

적용 대상