Class WidgetScriptsViewComponent
Inheritance
System.Object
WidgetScriptsViewComponent
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Widgets.dll
public class WidgetScriptsViewComponent : AbpViewComponent
Constructors
WidgetScriptsViewComponent(IPageWidgetManager, IOptions<AbpWidgetOptions>)
Declaration
public WidgetScriptsViewComponent(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
| Type |
Description |
| IViewComponentResult |
|
Extension Methods