HttpRequestBase::RequestType Property
.NET Framework (current version)
When overridden in a derived class, gets or sets the HTTP data-transfer method (GET or POST) that was used by the client.
Assembly: System.Web (in System.Web.dll)
public: property String^ RequestType { virtual String^ get(); virtual void set(String^ value); }
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: