MapDashboardRoute(IEndpointRouteBuilder, String, String, String)
static
|
endpointRouteBuilder, routePrefix, controllerName, areaName
|
Maps the specified URL route and sets a prefix, controller and area names.
|
MapDashboardRoute(IEndpointRouteBuilder, String, String)
static
|
endpointRouteBuilder, routePrefix, controllerName
|
Maps the specified URL route and sets a prefix and a controller name.
|
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, String)
static
|
routeBuilder, routePrefix, controllerName
|
Maps the specified URL route and sets a prefix and a controller name.
|
MapDashboardRoute(IRouteBuilder, String)
static
|
routeBuilder, routePrefix
|
Obsolete. Maps the specified URL route and sets a prefix.
|
MapDashboardRoute(IRouteBuilder)
static
|
routes
|
Obsolete. Maps the specified URL route.
|