HttpRequestBase.RequestType 속성

정의

파생 클래스에서 재정의된 경우 클라이언트에서 사용한 HTTP 데이터 전송 메서드(GET 또는)를 가져오거나 POST설정합니다.

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

속성 값

클라이언트에서 사용한 HTTP 데이터 전송 메서드 형식입니다.

예외

적용 대상