Interface IPageWidgetManager
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Widgets
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Widgets.dll
Syntax
public interface IPageWidgetManager
Methods
GetAll()
Declaration
IReadOnlyList<WidgetDefinition> GetAll()
Returns
| Type | Description |
|---|---|
| IReadOnlyList<WidgetDefinition> |
TryAdd(WidgetDefinition)
Declaration
bool TryAdd(WidgetDefinition widget)
Parameters
| Type | Name | Description |
|---|---|---|
| WidgetDefinition | widget |
Returns
| Type | Description |
|---|---|
| bool |