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