Show / Hide Table of Contents

Class PostConsts

Inheritance
System.Object
PostConsts
Namespace: Volo.Blogging.Posts
Assembly: Volo.Blogging.Domain.Shared.dll
Syntax
public static class PostConsts : object

Properties

MaxContentLength

Default value: 1024 * 1024

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

MaxDescriptionLength

Default value: 1000

Declaration
public static int MaxDescriptionLength { get; set; }
Property Value
Type Description
System.Int32

MaxSeoFriendlyDescriptionLength

Default value: 200

Declaration
public static int MaxSeoFriendlyDescriptionLength { get; set; }
Property Value
Type Description
System.Int32

MaxTitleLength

Default value: 512

Declaration
public static int MaxTitleLength { get; set; }
Property Value
Type Description
System.Int32

MaxTitleLengthToBeSeoFriendly

Default value: 60

Declaration
public static int MaxTitleLengthToBeSeoFriendly { get; set; }
Property Value
Type Description
System.Int32

MaxUrlLength

Default value: 64

Declaration
public static int MaxUrlLength { get; set; }
Property Value
Type Description
System.Int32
Back to top Powered by Volosoft