Skip to main content
All docs
V25.2
  • 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.v25.2.AspNetCore.dll

    NuGet Package: DevExpress.AspNetCore.Dashboard

    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.

    The following code snippets (auto-collected from DevExpress Examples) contain references to the MapDashboardRoute(IEndpointRouteBuilder, String, String) method.

    Note

    The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

    See Also