RequestContext.RouteData Property
.NET Framework (current version)
Gets information about the requested route.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.Routing.RouteDataAn object that contains information about the requested route.
To set the RouteData property, you must pass the value as a parameter when you call the RequestContext(HttpContextBase, RouteData) constructor.
.NET Framework
Available since 3.5
Available since 3.5
Show: