Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Intellisense do not find actions
- routes.MapRoute(
- "Custom",
- "{action}/{id}",
- new { controller = "Home", action = "Index", id = UrlParameter.Optional }
- );
- @(Html.ActionLink<HomeController>(x => x.MyActionName(), "label"))
- @Html.ActionLink("label", T4MVC.Home.MyActionName())
Advertisement
Add Comment
Please, Sign In to add comment