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

EndpointRouteBuilderExtension.MapDashboardRoute Method

Name Parameters Description
MapDashboardRoute(Object, String, String, String) static endpointRouteBuilder, routePrefix, controllerName, areaName Maps the specified URL route and sets a prefix, controller and area names.
MapDashboardRoute(Object, String, String) static endpointRouteBuilder, routePrefix, controllerName Maps the specified URL route and sets a prefix and a controller name.
MapDashboardRoute(Object, String) static endpointRouteBuilder, routePrefix Maps the specified URL route and sets a prefix.
MapDashboardRoute(Object) static endpointRouteBuilder Maps the specified URL route.