Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallAreaRoutes

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.BackOffice.Install
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class InstallAreaRoutes : IAreaRoutes

    Constructors

    View Source

    InstallAreaRoutes(IRuntimeState, IHostingEnvironment, LinkGenerator)

    Declaration
    public InstallAreaRoutes(IRuntimeState runtime, IHostingEnvironment hostingEnvironment, LinkGenerator linkGenerator)
    Parameters
    Type Name Description
    IRuntimeState runtime
    IHostingEnvironment hostingEnvironment
    Microsoft.AspNetCore.Routing.LinkGenerator linkGenerator

    Methods

    View Source

    CreateRoutes(IEndpointRouteBuilder)

    Declaration
    public void CreateRoutes(IEndpointRouteBuilder endpoints)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • InstallAreaRoutes(IRuntimeState, IHostingEnvironment, LinkGenerator)
    • Methods
      • CreateRoutes(IEndpointRouteBuilder)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX