Inheritance
System.Object
SettingManagementMenuContributor
Assembly: Volo.Abp.SettingManagement.Blazor.dll
public class SettingManagementMenuContributor : IMenuContributor
Methods
Declaration
protected virtual Task<bool> CheckAnyOfPagePermissionsGranted(SettingManagementComponentOptions settingManagementComponentOptions, SettingComponentCreationContext settingComponentCreationContext)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Boolean> |
|
Declaration
public Task ConfigureMenuAsync(MenuConfigurationContext context)
Parameters
| Type |
Name |
Description |
| MenuConfigurationContext |
context |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Extension Methods