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

RouteBuilderExtension.MapDashboardRoute(IRouteBuilder) Method

Maps the specified URL route.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v19.1.AspNetCore.dll

Declaration

public static void MapDashboardRoute(
    this IRouteBuilder routes
)

Parameters

Name Type Description
routes IRouteBuilder

The IRouteBuilder collection to add the route to.

Remarks

A route prefix is used to handle requests from the client-side DashboardControl. The default prefix is used if you do not specify the routePrefix parameter.

See Also