Click here to Skip to main content
15,911,762 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
im not able to find ActionLink<> in vs 2010 ..please help me..

what is the workaround for <%=Html.ActionLink<homecontroller>(x => x.Index(),"Home")%></homecontroller>
as the above line throws..error..bcos Strongly typed ActionLink is not present
Posted
Updated 23-Jun-11 0:40am
v2
Comments
[no name] 23-Jun-11 5:49am    
I think you might have deleted some js file from the project sturcture.
[no name] 23-Jun-11 8:21am    
It has nothing to do with JavaScript

1 solution

this belongs from System.Web.Mvc.Html, so try to remove and add the reference again
 
Share this answer
 

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