DynamicDataRoute::GetRouteData Method (HttpContextBase^)

 

Returns routing information for a specific Web request.

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

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

Parameters

httpContext
Type: System.Web::HttpContextBase^

Contains information about the Web request.

Return Value

Type: System.Web.Routing::RouteData^

The routing information for the Web request.

The httpContext parameter provides Web request information that is required so that the requested table and action can be identified.

.NET Framework
Available since 3.5
Return to top
Show: