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.
Copyright © 2021 Jogjafile Inc.
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