In this article we will learn about Views in ASP.NET MVC framework, Basically view is the user interface. View display data from model class to viewers. Create New View Open StudentController class then right click inside Index method and Click Add View. After Click Add View , Select "Empty(Without model) " from Add View dialog box then click OK. It will add Index View in View folder. This is how you can add views.
I have shared all Topics about ASP.NET MVC and JQUERY