View Source
Class InstallAreaRoutes
Inheritance
System.Object
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 |
|