Skip to main content
A newer version of this page is available.
All docs
V21.2

EndpointRouteBuilderExtension.MapDashboardRoute(Object, String, String) Method

Maps the specified URL route and sets a prefix and a controller name.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v21.2.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public static void MapDashboardRoute(
    dynamic endpointRouteBuilder,
    string routePrefix,
    string controllerName
)

Parameters

Name Type Description
endpointRouteBuilder Object

The collection to add the route to.

routePrefix String

A String value that specifies a route prefix.

controllerName String

A String value that specifies the controller name.

See Also