Class PollsViewComponent
Inheritance
PollsViewComponent
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
[Widget(ScriptTypes = new Type[] { typeof(PollsWidgetScriptContributor) }, RefreshUrl = "/CmsKitProAdminWidgets/Polls", AutoInitialize = true)]
[ViewComponent(Name = "CmsPolls")]
public class PollsViewComponent : AbpViewComponent
Constructors
PollsViewComponent(IPollAdminAppService)
Declaration
public PollsViewComponent(IPollAdminAppService pollPublicAppService)
Parameters
Properties
PollAdminAppService
Declaration
protected IPollAdminAppService PollAdminAppService { get; }
Property Value
ViewModel
Declaration
[BindProperty]
public PollsViewModel ViewModel { get; set; }
Property Value
Methods
InvokeAsync()
Declaration
public virtual Task<IViewComponentResult> InvokeAsync()
Returns
Extension Methods