0
kicks
Html.ActionLink for images in ASP.NET MVC Beta
In the future versions of ASP.NET MVC there will be some methods to get the same raw URL that is generated by Html.ActionLink helper method so you can wrap an image (or whatever) with a link, but in the current release (Beta) there's no such thing. Here's a simple workaround.