0
prev created
I need to get list navigation menus of AppNavigationProvider for anonymous user. I tried to use IUserNavigationManager but it only provides navigation on Role basis. What is the solution?
1 Answer(s)
-
0
hi
Inject INavigationManager and there is Menu property. You can use that.
<a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/Application/Navigation/NavigationManager.cs#L12">https://github.com/aspnetboilerplate/as ... ger.cs#L12</a>