HttpRequest::RequestContext Property
.NET Framework (current version)
Gets the RequestContext instance of the current request.
Assembly: System.Web (in System.Web.dll)
public: property RequestContext^ RequestContext { RequestContext^ get(); void set(RequestContext^ value); }
Property Value
Type: System.Web.Routing::RequestContext^The RequestContext instance of the current request. For non-routed requests, the RequestContext object that is returned is empty.
This property provides access to the RouteData object for the current request. For more information about ASP.NET routing, see.ASP.NET Routing.
.NET Framework
Available since 4.0
Available since 4.0
Show: