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 |
| string |
name |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><bool> |
|
Declaration
Task<bool> IsGrantedAsync(Type widgetComponentType)
Parameters
| Type |
Name |
Description |
| System.Type |
widgetComponentType |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><bool> |
|
Extension Methods