RouteBase::GetRouteData Method (HttpContextBase^)
.NET Framework (current version)
When overridden in a derived class, returns route information about the request.
Assembly: System.Web (in System.Web.dll)
Parameters
- httpContext
-
Type:
System.Web::HttpContextBase^
An object that encapsulates information about the HTTP request.
Return Value
Type: System.Web.Routing::RouteData^An object that contains the values from the route definition if the route matches the current request, or null if the route does not match the request.
.NET Framework
Available since 3.5
Available since 3.5
Show: