Class ContentErrorPage
Typed configuration for a content error page.
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class ContentErrorPage : ValidatableEntryBaseProperties
View SourceContentId
Gets or sets a value for the content Id.
Declaration
public int ContentId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
ContentKey
Gets or sets a value for the content key.
Declaration
public Guid ContentKey { get; set; }Property Value
| Type | Description | 
|---|---|
| Guid | 
Culture
Gets or sets a value for the content culture.
Declaration
[Required]
public string Culture { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
HasContentId
Gets a value indicating whether the ContentId field is populated.
Declaration
public bool HasContentId { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
HasContentKey
Gets a value indicating whether the ContentKey field is populated.
Declaration
public bool HasContentKey { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean |