After many attemps to get Html.ActionLink<> and Html.Image() methods from different assemblies without any success could you help find the source of these methods so that I can use them in my Web app ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The ASP.NET MVC source code is available at codeplex.
The Html Helper methods are located in the
HtmlHelperclass, in the namespaceSystem.Web.Mvc.Or, you can open the System.Web.Mvc DLL using Reflector, and view the source for the HtmlHelper methods there.