Class BlogConsts
Inherited Members
Namespace: Volo.CmsKit.Blogs
Assembly: Volo.CmsKit.Domain.Shared.dll
Syntax
public class BlogConsts
Constructors
BlogConsts()
Declaration
public BlogConsts()
Fields
PreventXssFeatureName
Declaration
public const string PreventXssFeatureName = "CmsKit.BlogPost.PreventXssFeature"
Field Value
| Type | Description |
|---|---|
| string |
Properties
MaxNameLength
Declaration
public static int MaxNameLength { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MaxSlugLength
Declaration
public static int MaxSlugLength { get; set; }
Property Value
| Type | Description |
|---|---|
| int |