In this ASP.NET MVC Video tutorial, I will show you How to add View in View Folder. If you know little bit about asp.net web form then you learn better about view. In this video tutorial, I will show how to design web form or you can say view in MVC. By the following steps you can design your views:
- Add a new Empty MVC project in the solution explorer.
- Add Home Controller in controller folder.
- Add view by right click on Index Action method, also assign name to the views.