Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.Web.Mvc

    Contains MVC area and path constants for Umbraco routing.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Constants.Web.Mvc

    Fields

    View Source

    BackOfficeApiArea

    The MVC area name for backoffice API controllers.

    Declaration
    public const string BackOfficeApiArea = "UmbracoApi"
    Field Value
    Type Description
    string
    View Source

    BackOfficeArea

    The MVC area name for backoffice non-API controllers.

    Declaration
    public const string BackOfficeArea = "UmbracoBackOffice"
    Field Value
    Type Description
    string
    View Source

    BackOfficeLoginArea

    The MVC area name for backoffice login controllers.

    Declaration
    public const string BackOfficeLoginArea = "UmbracoLogin"
    Field Value
    Type Description
    string
    View Source

    BackOfficePathSegment

    The path segment prefix for all backoffice controllers.

    Declaration
    public const string BackOfficePathSegment = "BackOffice"
    Field Value
    Type Description
    string
    View Source

    BackOfficeTreeArea

    The MVC area name for backoffice tree controllers.

    Declaration
    public const string BackOfficeTreeArea = "UmbracoTrees"
    Field Value
    Type Description
    string
    View Source

    InstallArea

    The MVC area name for the Umbraco installer.

    Declaration
    public const string InstallArea = "UmbracoInstall"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX