Skip to main content
A newer version of this page is available. .

RouteCollectionExtension.MapDashboardRoute(RouteCollection) Method

Maps the specified URL route.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v18.2.Web.Mvc5.dll

Declaration

public static void MapDashboardRoute(
    this RouteCollection routes
)

Parameters

Name Type Description
routes RouteCollection

A collection of the RouteCollection objects that are routes for the application.

See Also