HttpRequest.RequestContext Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the RequestContext instance of the current request.
public:
property System::Web::Routing::RequestContext ^ RequestContext { System::Web::Routing::RequestContext ^ get(); };
public:
property System::Web::Routing::RequestContext ^ RequestContext { System::Web::Routing::RequestContext ^ get(); void set(System::Web::Routing::RequestContext ^ value); };
public System.Web.Routing.RequestContext RequestContext { get; }
public System.Web.Routing.RequestContext RequestContext { get; set; }
member this.RequestContext : System.Web.Routing.RequestContext
member this.RequestContext : System.Web.Routing.RequestContext with get, set
Public ReadOnly Property RequestContext As RequestContext
Public Property RequestContext As 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.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: