Interface IMenuManager
Namespace: Volo.Abp.UI.Navigation
Assembly: Volo.Abp.UI.Navigation.dll
Syntax
public interface IMenuManager
Methods
GetAsync(String)
Declaration
Task<ApplicationMenu> GetAsync(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Returns
| Type | Description |
|---|---|
| Task<ApplicationMenu> |