Route::GetRouteData Method (HttpContextBase^)

 

Returns information about the requested route.

Namespace:   System.Web.Routing
Assembly:  System.Web (in System.Web.dll)

public:
virtual RouteData^ GetRouteData(
	HttpContextBase^ httpContext
) override

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.

.NET Framework
Available since 3.5
Return to top
Show: