Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.Conventions.Content

    Constants for Umbraco Content property aliases.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Content

    Fields

    View Source

    InternalRedirectId

    Property alias for the Content's Url (internal) redirect.

    Declaration
    public const string InternalRedirectId = "umbracoInternalRedirectId"
    Field Value
    Type Description
    System.String
    View Source

    NaviHide

    Property alias for the Content's navigational hide, (not actually used in core code).

    Declaration
    public const string NaviHide = "umbracoNaviHide"
    Field Value
    Type Description
    System.String
    View Source

    Redirect

    Property alias for the Content's Url redirect.

    Declaration
    public const string Redirect = "umbracoRedirect"
    Field Value
    Type Description
    System.String
    View Source

    UrlAlias

    Property alias for the Content's Url alias.

    Declaration
    public const string UrlAlias = "umbracoUrlAlias"
    Field Value
    Type Description
    System.String
    View Source

    UrlName

    Property alias for the Content's Url name.

    Declaration
    public const string UrlName = "umbracoUrlName"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • InternalRedirectId
      • NaviHide
      • Redirect
      • UrlAlias
      • UrlName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX