• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeAreaRoutes

    Creates routes for the back office area

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.Routing
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public sealed class BackOfficeAreaRoutes : IAreaRoutes

    Constructors

    View Source

    BackOfficeAreaRoutes(IOptions<GlobalSettings>, IHostingEnvironment, IRuntimeState)

    Initializes a new instance of the BackOfficeAreaRoutes class.

    Declaration
    public BackOfficeAreaRoutes(IOptions<GlobalSettings> globalSettings, IHostingEnvironment hostingEnvironment, IRuntimeState runtimeState)
    Parameters
    Type Name Description
    IOptions<GlobalSettings> globalSettings
    IHostingEnvironment hostingEnvironment
    IRuntimeState runtimeState
    View Source

    BackOfficeAreaRoutes(IOptions<GlobalSettings>, IHostingEnvironment, IRuntimeState, UmbracoApiControllerTypeCollection)

    Declaration
    public BackOfficeAreaRoutes(IOptions<GlobalSettings> globalSettings, IHostingEnvironment hostingEnvironment, IRuntimeState runtimeState, UmbracoApiControllerTypeCollection apiControllers)
    Parameters
    Type Name Description
    IOptions<GlobalSettings> globalSettings
    IHostingEnvironment hostingEnvironment
    IRuntimeState runtimeState
    UmbracoApiControllerTypeCollection apiControllers

    Methods

    View Source

    CreateRoutes(IEndpointRouteBuilder)

    Declaration
    public void CreateRoutes(IEndpointRouteBuilder endpoints)
    Parameters
    Type Name Description
    IEndpointRouteBuilder endpoints
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BackOfficeAreaRoutes(IOptions<GlobalSettings>, IHostingEnvironment, IRuntimeState)
      • BackOfficeAreaRoutes(IOptions<GlobalSettings>, IHostingEnvironment, IRuntimeState, UmbracoApiControllerTypeCollection)
    • Methods
      • CreateRoutes(IEndpointRouteBuilder)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX