Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.Routing

    Defines routing constants.

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

    Fields

    View Source

    Unroutable

    Represents the route of unroutable content.

    Declaration
    public const string Unroutable = "#"
    Field Value
    Type Description
    string
    View Source

    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
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX