I’m PHP developer but trying to learn ASP.NET MVC. In PHP when i need to look at method implementation i just go to it’s definition and just reading it, because it’s written in plain PHP.
In ASP.NET MVC i’m writing a View and want to see how @Html.ActionLink works, but i cannot. Maximum i get is function header not it’s actual code.
Help needed, please.
It is Open Source. You can check the source code and see what each method is doing. Source code is available at codeplex.
http://aspnet.codeplex.com/
http://aspnetwebstack.codeplex.com/
ASP.NET MVC,Web API and Razor is Open Source. The best thing is that, You can even contribute to that. More details in Scott’s post here
If you want to look into the source code of any other stuff where source code is not available like the above, you can use any Decompiling tools. I use JustDecompile and it is great.