Show / Hide Table of Contents

Class IndexModel

Inheritance
object
AdminPageModel
IndexModel
Namespace: Volo.CmsKit.Pro.Admin.Web.Pages.CmsKit.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class IndexModel : AdminPageModel

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

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()
In this article
Back to top Powered by Volosoft