Info
| Version: | 5.0.4 | 
| Author(s): | Marco Kruse | 
| Last Update: | Friday, March 26, 2021 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/emkah.AspNetCore.MenuBuilder | 
Install
Install-Package emkah.AspNetCore.MenuBuilder
                        dotnet add package emkah.AspNetCore.MenuBuilder
                        paket add emkah.AspNetCore.MenuBuilder
                        
                                emkah.AspNetCore.MenuBuilder Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.AspNetCore.Http.Extensions(>= 2.2.0)
 - Microsoft.AspNetCore.Mvc(>= 2.2.0)
 - Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation(>= 5.0.1)
 - Microsoft.Extensions.DependencyInjection.Abstractions(>= 5.0.0)
 - Microsoft.Extensions.DependencyModel(>= 5.0.0)
 - emkah.Wrapper.Icons(>= 0.9.2)
 
Tags
                
You can inject this by injecting IMenuBuilder and build your own menu structure or you use the build-in adminLte-menu (call "@await Component.InvokeAsync("MenuBuilder")")!.