Interface IAreaRoutes
Used to create routes for a route area
Namespace: Umbraco.Cms.Web.Common.Routing
Assembly: Umbraco.Web.Common.dll
Syntax
public interface IAreaRoutes
Methods
View SourceCreateRoutes(IEndpointRouteBuilder)
Create routes for an area
Declaration
void CreateRoutes(IEndpointRouteBuilder endpoints)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Routing.IEndpointRouteBuilder | endpoints | The endpoint route builder |