Show / Hide Table of Contents

Class PollViewComponent

Inheritance
object
PollViewComponent
Namespace: Volo.CmsKit.Pro.Public.Web.Pages.Public.Shared.Components.Poll
Assembly: Volo.CmsKit.Pro.Public.Web.dll
Syntax
[ViewComponent(Name = "CmsPoll")]
public class PollViewComponent : AbpViewComponent

Constructors

PollViewComponent(IPollPublicAppService, IOptions<AbpMvcUiOptions>)

Declaration
public PollViewComponent(IPollPublicAppService pollPublicAppService, IOptions<AbpMvcUiOptions> options)
Parameters
Type Name Description
IPollPublicAppService pollPublicAppService
IOptions<AbpMvcUiOptions> options

Properties

AbpMvcUiOptions

Declaration
protected IOptions<AbpMvcUiOptions> AbpMvcUiOptions { get; }
Property Value
Type Description
IOptions<AbpMvcUiOptions>

PollPublicAppService

Declaration
protected IPollPublicAppService PollPublicAppService { get; }
Property Value
Type Description
IPollPublicAppService

Methods

InvokeAsync(string)

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