Class IndexModel
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class IndexModel : AdminPageModel
Constructors
IndexModel()
Declaration
Properties
EntityId
Declaration
public string EntityId { get; set; }
Property Value
EntityType
Declaration
public string EntityType { get; set; }
Property Value
IsHandled
Declaration
public bool? IsHandled { get; set; }
Property Value
IsUseful
Declaration
public bool? IsUseful { get; set; }
Property Value
UrlFilter
Declaration
public string UrlFilter { get; set; }
Property Value
Methods
OnGet()
Declaration