Show / Hide Table of Contents

Class ViewModal

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

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