Show / Hide Table of Contents

Class PollsViewComponent

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

Constructors

PollsViewComponent(IPollAdminAppService)

Declaration
public PollsViewComponent(IPollAdminAppService pollPublicAppService)
Parameters
Type Name Description
IPollAdminAppService pollPublicAppService

Properties

PollAdminAppService

Declaration
protected IPollAdminAppService PollAdminAppService { get; }
Property Value
Type Description
IPollAdminAppService

ViewModel

Declaration
[BindProperty]
public PollsViewModel ViewModel { get; set; }
Property Value
Type Description
PollsViewModel

Methods

InvokeAsync()

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