Class ViewModal
Inherited Members
Namespace: Volo.CmsKit.Pro.Admin.Web.Pages.CmsKit.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class ViewModal : AdminPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
ViewModal(IPageFeedbackAdminAppService)
Declaration
public ViewModal(IPageFeedbackAdminAppService pageFeedbackAdminAppService)
Parameters
Type | Name | Description |
---|---|---|
IPageFeedbackAdminAppService | pageFeedbackAdminAppService |
Properties
PageFeedback
Declaration
public ViewModal.PageFeedbackViewModel PageFeedback { get; set; }
Property Value
Type | Description |
---|---|
ViewModal.PageFeedbackViewModel |
PageFeedbackAdminAppService
Declaration
protected IPageFeedbackAdminAppService PageFeedbackAdminAppService { get; }
Property Value
Type | Description |
---|---|
IPageFeedbackAdminAppService |
Methods
OnGetAsync(Guid)
Declaration
public Task OnGetAsync(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id |
Returns
Type | Description |
---|---|
Task |