Class PageDto
Assembly: Volo.CmsKit.Admin.Application.Contracts.dll
Syntax
public class PageDto : ExtensibleAuditedEntityDto<Guid>, IHasExtraProperties, IValidatableObject, IEntityDto<Guid>, IEntityDto, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IHasConcurrencyStamp
Constructors
PageDto()
Declaration
Properties
ConcurrencyStamp
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Content
Declaration
public string Content { get; set; }
Property Value
IsHomePage
Declaration
public bool IsHomePage { get; set; }
Property Value
LayoutName
Declaration
public string LayoutName { get; set; }
Property Value
Script
Declaration
public string Script { get; set; }
Property Value
Slug
Declaration
public string Slug { get; set; }
Property Value
Style
Declaration
public string Style { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Implements
Extension Methods