RouteBuilderExtension.MapDashboardRoute(IRouteBuilder, String) Method
OBSOLETE
Use the Map
Maps the specified URL route and sets a prefix.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
[Obsolete("Use the MapDashboardRoute overload with the controllerName parameter instead. Create the DevExpress.DashboardAspNetCore.DashboardController descendant and pass its name as the controllerName parameter's value. For more information, see the following BC article: https://go.devexpress.com/Dashboard_BC1018632.aspx.", true)]
public static void MapDashboardRoute(
this IRouteBuilder routeBuilder,
string routePrefix
)
#Parameters
Name | Type | Description |
---|---|---|
route |
IRoute |
The IRoute |
route |
String | A String value that specifies a route prefix. |
#Remarks
A route prefix is used to handle requests from the client-side DashboardControl. Use the following properties in the client applications to specify the endpoint:
- Client app with DashboardControl: DashboardControlOptions.endpoint
- ASP.NET Core Razor app: DashboardBackendOptionsBuilder.Uri
- ASP.NET MVC Razor app: DashboardBackendOptions.Uri