1
In MVC right click on view folder and add view
and second option is in controller right click on action method and select create view option you will view for that action
1
Hi Imran,
If you are using MVC then follow below statement
If you want to create View associated with controller's Action just right click on action and Add View.
1
Hi Imran!
Are you using MVC ? just right click the view folder and add the view.