Interface IWidgetManager
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Widgets
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Widgets.dll
Syntax
public interface IWidgetManager : ITransientDependency
Methods
IsGrantedAsync(string)
Declaration
Task<bool> IsGrantedAsync(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Returns
Type | Description |
---|---|
Task<bool> |
IsGrantedAsync(Type)
Declaration
Task<bool> IsGrantedAsync(Type widgetComponentType)
Parameters
Type | Name | Description |
---|---|---|
Type | widgetComponentType |
Returns
Type | Description |
---|---|
Task<bool> |