Creating a Side Menu for ASP.NET Core using a View Component
While developing our new web application, we wanted to add a menu component that is dynamically generated based on the current route and parameters. I initially looked into the concept of partials in ASP.NET Core, and while these are great for reusing static markup, they’re not so great for building dynamic, data-driven content such as… (6 comments)