Guest User

Untitled

a guest
Apr 29th, 2012
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Intellisense do not find actions
  2. routes.MapRoute(
  3. "Custom",
  4. "{action}/{id}",
  5. new { controller = "Home", action = "Index", id = UrlParameter.Optional }
  6.  
  7. );
  8.  
  9. @(Html.ActionLink<HomeController>(x => x.MyActionName(), "label"))
  10.  
  11. @Html.ActionLink("label", T4MVC.Home.MyActionName())
Advertisement
Add Comment
Please, Sign In to add comment