Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    CreateRoutes(IEndpointRouteBuilder)

    Create routes for an area

    Declaration
    void CreateRoutes(IEndpointRouteBuilder endpoints)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints

    The endpoint route builder

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CreateRoutes(IEndpointRouteBuilder)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX