I think that the title pretty much sums it up:
What's the difference between RouteLink()
and ActionLink()
in ASP.NET MVC?
i.e. when do you use Html.RouteLink()
and when do you use Html.ActionLink()
in your View?
I think that the title pretty much sums it up:
What's the difference between RouteLink()
and ActionLink()
in ASP.NET MVC?
i.e. when do you use Html.RouteLink()
and when do you use Html.ActionLink()
in your View?