Table of Contents

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

globalSettings IOptions<GlobalSettings>
hostingEnvironment IHostingEnvironment
runtimeState IRuntimeState
apiControllers UmbracoApiControllerTypeCollection

Methods

CreateRoutes(IEndpointRouteBuilder)

public void CreateRoutes(IEndpointRouteBuilder endpoints)

Parameters

endpoints IEndpointRouteBuilder