New to ASP.NET MVC, I understand that, if I right-click in an action within my controller, the context menu gives me Add View, and Go To View. Where does the app store that connection? I have searched all the files in the app for the name of one of my views (cshtml files), and haven't seen anywhere that a particular one is connected to any particular controller, let alone controller method.
I know this is a newbie question, but I have searched around for an answer and haven't come up with one.