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 SourceBackOfficeApiArea
The MVC area name for backoffice API controllers.
Declaration
public const string BackOfficeApiArea = "UmbracoApi"
Field Value
| Type | Description |
|---|---|
| string |
BackOfficeArea
The MVC area name for backoffice non-API controllers.
Declaration
public const string BackOfficeArea = "UmbracoBackOffice"
Field Value
| Type | Description |
|---|---|
| string |
BackOfficeLoginArea
The MVC area name for backoffice login controllers.
Declaration
public const string BackOfficeLoginArea = "UmbracoLogin"
Field Value
| Type | Description |
|---|---|
| string |
BackOfficePathSegment
The path segment prefix for all backoffice controllers.
Declaration
public const string BackOfficePathSegment = "BackOffice"
Field Value
| Type | Description |
|---|---|
| string |
BackOfficeTreeArea
The MVC area name for backoffice tree controllers.
Declaration
public const string BackOfficeTreeArea = "UmbracoTrees"
Field Value
| Type | Description |
|---|---|
| string |
InstallArea
The MVC area name for the Umbraco installer.
Declaration
public const string InstallArea = "UmbracoInstall"
Field Value
| Type | Description |
|---|---|
| string |