HttpRequestBase.RequestType Property

Definition

When overridden in a derived class, gets or sets the HTTP data-transfer method (GET or POST) that was used by the client.

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

Property Value

The HTTP data-transfer method type that was used by the client.

Exceptions

Applies to