Show / Hide Table of Contents

Class PageConsts

Inheritance
object
PageConsts
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Pages
Assembly: Volo.CmsKit.Domain.Shared.dll
Syntax
public static class PageConsts

Fields

EntityType

Declaration
public const string EntityType = "Page"
Field Value
Type Description
string

Properties

DefaultHomePageCacheKey

Declaration
public static string DefaultHomePageCacheKey { get; set; }
Property Value
Type Description
string

MaxContentLength

Declaration
public static int MaxContentLength { get; set; }
Property Value
Type Description
int

MaxLayoutNameLength

Declaration
public static int MaxLayoutNameLength { get; set; }
Property Value
Type Description
int

MaxScriptLength

Declaration
public static int MaxScriptLength { get; set; }
Property Value
Type Description
int

MaxSlugLength

Declaration
public static int MaxSlugLength { get; set; }
Property Value
Type Description
int

MaxStyleLength

Declaration
public static int MaxStyleLength { get; set; }
Property Value
Type Description
int

MaxTitleLength

Declaration
public static int MaxTitleLength { get; set; }
Property Value
Type Description
int
In this article
Back to top Powered by ABP.IO Platform