HttpRequestBase.RequestContext Property
.NET Framework (current version)
When overridden in a derived class, gets the RequestContext instance of the current request.
Assembly: System.Web (in System.Web.dll)
abstract RequestContext : RequestContext with get, set override RequestContext : RequestContext with get, set
Property Value
Type: System.Web.Routing.RequestContextThe RequestContext instance of the current request. For non-routed requests, the RequestContext object that is returned is empty.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 4.0
Available since 4.0
Show: