Class PageConsts
Assembly: Volo.CmsKit.Domain.Shared.dll
Syntax
public static class PageConsts
Fields
EntityType
Declaration
public const string EntityType = "Page"
Field Value
Properties
DefaultHomePageCacheKey
Declaration
public static string DefaultHomePageCacheKey { get; set; }
Property Value
MaxContentLength
Declaration
public static int MaxContentLength { get; set; }
Property Value
MaxLayoutNameLength
Declaration
public static int MaxLayoutNameLength { get; set; }
Property Value
MaxScriptLength
Declaration
public static int MaxScriptLength { get; set; }
Property Value
MaxSlugLength
Declaration
public static int MaxSlugLength { get; set; }
Property Value
MaxStyleLength
Declaration
public static int MaxStyleLength { get; set; }
Property Value
MaxTitleLength
Declaration
public static int MaxTitleLength { get; set; }
Property Value