Class WidgetStylesViewComponent
Inheritance
WidgetStylesViewComponent
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Widgets.dll
public class WidgetStylesViewComponent : AbpViewComponent
Constructors
WidgetStylesViewComponent(IPageWidgetManager, IOptions<AbpWidgetOptions>)
Declaration
public WidgetStylesViewComponent(IPageWidgetManager pageWidgetManager, IOptions<AbpWidgetOptions> options)
Parameters
Properties
Declaration
protected AbpWidgetOptions Options { get; }
Property Value
PageWidgetManager
Declaration
protected IPageWidgetManager PageWidgetManager { get; }
Property Value
Methods
Declaration
public virtual IViewComponentResult Invoke()
Returns
Extension Methods