Click here to Skip to main content
15,888,190 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to see the inner methods and implementations of C#.I have found this site

microsoftreference.

Here i can goto the definations by just clicking on specific method.

But i am unable to found the implementation for System.web.mvc.
Plz tell me where can i found this namespace.
Posted
Updated 28-Aug-15 8:32am
v3
Comments
Sergey Alexandrovich Kryukov 28-Aug-15 14:47pm    
Did you install MVC at all? If you did, how did you try to "find" it? It's not about namespaces, but about assemblies. Did you try to reference the assembly?
—SA
Member 9129971 29-Aug-15 3:18am    
Yes i have installed it, but i cannot goto its definitions using visual studio.Is there any link available for system.web.mvc as i have mentioned above.

1 solution

Hi,If you have installed mvc framework you can locate this DLL file

\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 4\Assemblies\System.Web.Mvc.dll
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 28-Aug-15 14:45pm    
This path should never be used. The assembly is installed in GAC and should only be used by its strong name.
—SA
Member 9129971 29-Aug-15 3:20am    
I have no problem installing it.I just want to dig into the code and want to know the inner implementations of some of methods of System.web.mvc.Is there any link available for system.web.mvc as i have mentioned above.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900