Challenge: Implement a Category Detail Page
Explore how to implement a category detail page within an ASP.NET Core MVC project. Learn to add an action method and modify the view to display detailed category information after clicking the View button.
We'll cover the following...
We'll cover the following...
Problem statement
The Northwind.MVC project is provided, which has a home page. ...