Class PageViewModel
Inheritance
PageViewModel
Assembly: Volo.CmsKit.Public.Web.dll
Syntax
public class PageViewModel
Constructors
PageViewModel()
Declaration
Properties
ContentFragments
Declaration
public List<ContentFragment> ContentFragments { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
LayoutName
Declaration
public string LayoutName { get; set; }
Property Value
Script
Declaration
public string Script { get; set; }
Property Value
Style
Declaration
public string Style { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Extension Methods