Back to Devexpress

RouteCollectionExtension.MapDashboardRoute Method

dashboard-devexpress-dot-dashboardweb-dot-mvc-dot-routecollectionextension-dot-mapdashboardroute.md

latest2.0 KB
Original Source

RouteCollectionExtension.MapDashboardRoute Method

NameParametersDescription
MapDashboardRoute(AreaRegistrationContext, String, String, String[]) staticcontext, routePrefix, controllerName, namespacesMaps the specified URL route and sets a prefix, controller name and namespaces.
MapDashboardRoute(RouteCollection, String, String, String[], String) staticroutes, routePrefix, controllerName, namespaces, areaNameMaps the specified URL route and sets a prefix, controller and area names, and namespaces.
MapDashboardRoute(RouteCollection, String, String, String[]) staticroutes, routePrefix, controllerName, namespacesMaps the specified URL route and sets a prefix, controller name and namespaces.
MapDashboardRoute(RouteCollection, String, String) staticroutes, routePrefix, controllerNameMaps the specified URL route and sets a prefix, controller name and namespaces.
MapDashboardRoute(RouteCollection, String) staticroutes, routePrefixObsolete. Maps the specified URL route and sets a prefix.
MapDashboardRoute(RouteCollection) staticroutesObsolete. Maps the specified URL route.