Is there anyway when in an MVC view to right click a function call and get to the declaration? Like you can do in the code behind/controllers
I am trying to make a WebForms project and ASP.NET MVC per this question. One of the things I ve done to make that happen is that I added a namespaces node to the WebForms web.config: <pages ...