Show / Hide Table of Contents

Class PageFeedbacksViewComponent

Inheritance
object
PageFeedbacksViewComponent
Namespace: Volo.CmsKit.Pro.Admin.Web.Pages.CmsKit.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
[ViewComponent(Name = "CmsPageFeedbacks")]
public class PageFeedbacksViewComponent : AbpViewComponent

Constructors

PageFeedbacksViewComponent(IPageFeedbackAdminAppService, IStringLocalizer<CmsKitResource>)

Declaration
public PageFeedbacksViewComponent(IPageFeedbackAdminAppService pageFeedbackAdminAppService, IStringLocalizer<CmsKitResource> l)
Parameters
Type Name Description
IPageFeedbackAdminAppService pageFeedbackAdminAppService
IStringLocalizer<CmsKitResource> l

Properties

L

Declaration
protected IStringLocalizer<CmsKitResource> L { get; }
Property Value
Type Description
IStringLocalizer<CmsKitResource>

PageFeedbackAdminAppService

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

Methods

InvokeAsync()

Declaration
public virtual Task<IViewComponentResult> InvokeAsync()
Returns
Type Description
Task<IViewComponentResult>
In this article
Back to top Powered by Volosoft