Solution: Implement a Category Detail Page
Take a look at the solution to the previous challenge.
We'll cover the following
Problem statement
The Northwind.MVC project is provided, which has a home page. Now, add the ability to show a detail page for a category by clicking on the “View” button.
Step-by-step solution
The changes we have made to the project are described below.
Let’s have a look at CategoryDetail.cshtml
file:
Get hands-on with 1400+ tech skills courses.