Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to check view associated with which controller ?

I just get assigned to a ASP MVC project. It has lots of controllers and lots of views... I am getting confused abt which view is associated with which method of a controller ?

How to check which controller and method is associated with view ? or for which controller view has been added ?

like image 885
Nil Avatar asked Sep 09 '25 22:09

Nil


1 Answers

Right click from the view; select go to controller

like image 101
Sharun Avatar answered Sep 12 '25 20:09

Sharun