Strongly typed ActionLink is not present in vs 2010..
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, im not able to find ActionLink<> in vs 2010 ..please help me.. what is the workaround for <%=Html.ActionLink(x => x.Index(),"Home")%>as the above line throws..error..bcos Strongly typed ActionLink is not present
ActionLink is an extension method on the LinkExtensions class. Make sure you have the proper references in your project and have it registered on the page http://msdn.microsoft.com/en-us/library/system.web.mvc.html.linkextensions.actionlink.aspx[^]
I know the language. I've read a book. - _Madmatt