Class IndexModel
Inherited Members
Namespace: Volo.CmsKit.Pro.Admin.Web.Pages.CmsKit.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class IndexModel : AdminPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
IndexModel()
Declaration
public IndexModel()
Properties
EntityId
Declaration
public string EntityId { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityType
Declaration
public string EntityType { get; set; }
Property Value
Type | Description |
---|---|
string |
HasAdminNote
Declaration
public bool? HasAdminNote { get; set; }
Property Value
Type | Description |
---|---|
bool? |
HasUserNote
Declaration
public bool? HasUserNote { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsHandled
Declaration
public bool? IsHandled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsUseful
Declaration
public bool? IsUseful { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UrlFilter
Declaration
public string UrlFilter { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
OnGet()
Declaration
public void OnGet()