Class Constants.Routing
Defines routing constants.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.Routing
Fields
View SourceUnroutable
Represents the route of unroutable content.
Declaration
public const string Unroutable = "#"
Field Value
| Type | Description |
|---|---|
| string |
UrlProviderException
Represents the route returned when a URL provider throws an exception while resolving content.
Declaration
public const string UrlProviderException = "#ex"
Field Value
| Type | Description |
|---|---|
| string |