Class PollViewComponent
Inheritance
PollViewComponent
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
Properties
AbpMvcUiOptions
Declaration
protected IOptions<AbpMvcUiOptions> AbpMvcUiOptions { get; }
Property Value
Type |
Description |
IOptions<AbpMvcUiOptions> |
|
PollPublicAppService
Declaration
protected IPollPublicAppService PollPublicAppService { get; }
Property Value
Methods
InvokeAsync(string)
Declaration
public virtual Task<IViewComponentResult> InvokeAsync(string widgetName)
Parameters
Type |
Name |
Description |
string |
widgetName |
|
Returns