Interface IWidgetManager
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Widgets.dll
public interface IWidgetManager : ITransientDependency
Methods
Declaration
Task<bool> IsGrantedAsync(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Boolean> |
|
Declaration
Task<bool> IsGrantedAsync(Type widgetComponentType)
Parameters
Type |
Name |
Description |
System.Type |
widgetComponentType |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Boolean> |
|
Extension Methods