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