Class TagConsts
Inheritance
System.Object
TagConsts
Namespace: Volo.Blogging.Tagging
Assembly: Volo.Blogging.Domain.Shared.dll
Syntax
public class TagConsts : object
Properties
MaxDescriptionLength
Default value: 512
Declaration
public static int MaxDescriptionLength { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
MaxNameLength
Default value: 64
Declaration
public static int MaxNameLength { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |