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

RouteBuilderExtension.MapDashboardRoute Method

Name Parameters Description
MapDashboardRoute(IRouteBuilder, String, String, String[], String) static routeBuilder, routePrefix, controllerName, namespaces, areaName Maps the specified URL route and sets a prefix, controller and area names, and namespaces.
MapDashboardRoute(IRouteBuilder, String, String, String[]) static routeBuilder, routePrefix, controllerName, namespaces Maps the specified URL route and sets a prefix, controller name and namespaces.
MapDashboardRoute(IRouteBuilder, String) static routeBuilder, routePrefix Maps the specified URL route and sets a prefix.
MapDashboardRoute(IRouteBuilder) static routes Maps the specified URL route.