Html.ActionLink, Url.ActionLink and Html.RouteLink return empty urls, even though the target url is valid and displayed properly from url?
I played around with the route but, it keeps return empty url without any exception.
|
Html.ActionLink, Url.ActionLink and Html.RouteLink return empty urls, even though the target url is valid and displayed properly from url? I played around with the route but, it keeps return empty url without any exception.
| ||||
|
feedback
|
|
I have the same problem when upgrading my project from mvc2 to mvc3. The problem was in old global.asax file, that I put into new project. So when I replaced old .asax onto new, actionLinks start to work properly. Global.asax for mvc3
| |||
|
feedback
|
RouteLink, and your controller/actions you're trying to call with it. – George Stocker Mar 15 '11 at 17:33