Skip to main content

RouteCollectionExtension.MapDashboardRoute Method

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