Strongly typed controller name in asp.net mvc 2
- by Alexander Shapovalov
Hello,
Is it possible to use strongly typed controller name and action name in asp.net mvc?
for example instead of
ActionLink("ActionName", "ControllerName");
somthing like this
ActionLink(ControllerName(x=x.ActionName()), ControllerName)
Thanks,
Alexander.