Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoBackofficeToken

    Adds a custom template token for specifying backoffice route with attribute routing

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Routing
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class UmbracoBackofficeToken : IApplicationModelConvention

    Constructors

    View Source

    UmbracoBackofficeToken(String, String)

    Declaration
    public UmbracoBackofficeToken(string tokenName, string umbracoPath)
    Parameters
    Type Name Description
    System.String tokenName
    System.String umbracoPath

    Methods

    View Source

    Apply(ApplicationModel)

    Declaration
    public void Apply(ApplicationModel application)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModel application
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoBackofficeToken(String, String)
    • Methods
      • Apply(ApplicationModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX