Class CreateBlogDto
Inheritance
CreateBlogDto
Assembly: Volo.CmsKit.Admin.Application.Contracts.dll
Syntax
public class CreateBlogDto : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
CreateBlogDto()
Declaration
Properties
Name
Declaration
[Required]
[DynamicMaxLength(typeof(BlogConsts), "MaxNameLength")]
public string Name { get; set; }
Property Value
Slug
Declaration
[Required]
[DynamicMaxLength(typeof(BlogConsts), "MaxSlugLength")]
public string Slug { get; set; }
Property Value
Implements
Extension Methods