In this chapter, I continue to build out the SportsStore example app. I add support for navigating around the application and start building a shopping cart.
You can download the example project for this chapter—and for all the other chapters in this book—from https://github.com/apress/pro-asp.net-core-3. See Chapter 1 for how to get help if you have problems running the examples.
Adding Navigation Controls
Enhance the Index action method in the HomeController class ...