Class BackOfficeAreaRoutes
- Namespace
- Umbraco.Cms.Web.BackOffice.Routing
- Assembly
- Umbraco.Web.BackOffice.dll
Creates routes for the back office area
public sealed class BackOfficeAreaRoutes : IAreaRoutes
- Inheritance
-
BackOfficeAreaRoutes
- Implements
-
IAreaRoutes
- Inherited Members
Constructors
BackOfficeAreaRoutes(IOptions<GlobalSettings>, IHostingEnvironment, IRuntimeState, UmbracoApiControllerTypeCollection)
Initializes a new instance of the BackOfficeAreaRoutes class.
public BackOfficeAreaRoutes(IOptions<GlobalSettings> globalSettings, IHostingEnvironment hostingEnvironment, IRuntimeState runtimeState, UmbracoApiControllerTypeCollection apiControllers)
Parameters
globalSettingsIOptions<GlobalSettings>hostingEnvironmentIHostingEnvironmentruntimeStateIRuntimeStateapiControllersUmbracoApiControllerTypeCollection
Methods
CreateRoutes(IEndpointRouteBuilder)
public void CreateRoutes(IEndpointRouteBuilder endpoints)
Parameters
endpointsIEndpointRouteBuilder