views:

96

answers:

1

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.