Show / Hide Table of Contents

Class EditModalModel

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

Constructors

EditModalModel(IPageFeedbackAdminAppService)

Declaration
public EditModalModel(IPageFeedbackAdminAppService pageFeedbackAdminAppService)
Parameters
Type Name Description
IPageFeedbackAdminAppService pageFeedbackAdminAppService

Properties

Id

Declaration
[HiddenInput]
[BindProperty(SupportsGet = true)]
public Guid Id { get; set; }
Property Value
Type Description
Guid

PageFeedbackAdminAppService

Declaration
protected IPageFeedbackAdminAppService PageFeedbackAdminAppService { get; }
Property Value
Type Description
IPageFeedbackAdminAppService

ViewModel

Declaration
[BindProperty]
public EditModalModel.PageFeedbackEditViewModel ViewModel { get; set; }
Property Value
Type Description
EditModalModel.PageFeedbackEditViewModel

Methods

OnGetAsync()

Declaration
public Task OnGetAsync()
Returns
Type Description
Task

OnPostAsync()

Declaration
public Task<IActionResult> OnPostAsync()
Returns
Type Description
Task<IActionResult>
In this article
Back to top Powered by Volosoft