Whats the difference between Url.Action
and Html.RenderActionLink
in asp.net mvc?
views:
43answers:
1
+2
A:
the one that starts with Url only gives you the URL. the Html.RenderActionLink renders the actual HTML for a link
Joel Martinez
2010-04-12 12:49:40