EndpointRouteBuilderExtension.MapDashboardRoute(IEndpointRouteBuilder, String, String) Method
OBSOLETE
Call the IEndpointRouteBuilder.MapDashboardRoute method instead.
Maps the specified URL route and sets a prefix and a controller name.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
Declaration
[Obsolete("Call the IEndpointRouteBuilder.MapDashboardRoute method instead.")]
public static void MapDashboardRoute(
IEndpointRouteBuilder endpointRouteBuilder,
string routePrefix,
string controllerName
)
Parameters
Name | Type | Description |
---|---|---|
endpointRouteBuilder | IEndpointRouteBuilder | The IEndpointRouteBuilder 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