Class Constants.Conventions.Content
Constants for Umbraco Content property aliases.
Inheritance
System.Object
Namespace: Umbraco.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Content
Fields
View SourceInternalRedirectId
Property alias for the Content's Url (internal) redirect.
Declaration
public const string InternalRedirectId = "umbracoInternalRedirectId"
Field Value
Type | Description |
---|---|
System.String |
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 |
Redirect
Property alias for the Content's Url redirect.
Declaration
public const string Redirect = "umbracoRedirect"
Field Value
Type | Description |
---|---|
System.String |
UrlAlias
Property alias for the Content's Url alias.
Declaration
public const string UrlAlias = "umbracoUrlAlias"
Field Value
Type | Description |
---|---|
System.String |
UrlName
Property alias for the Content's Url name.
Declaration
public const string UrlName = "umbracoUrlName"
Field Value
Type | Description |
---|---|
System.String |