I am new to ASP.Net programming. I have created an empty MVC controller called TestController, and as I follow the tutorial it says right click on the Index method of the Controller , then click Add View.
The View is successfully created and with I open the page
http://localhost:9993/Test
It successfully opens the relevant view file (Views->Test->Index.cshtml)
My question is where exactly in the code is the mapping defined that relates a View to a Controller ? Because when I open the controller, it has no information about which View file it relates to and Vice versa