The Html.RouteLink() HtmlHelper works great for text links. But what's the best way to link an image?
<a href="<%=Url.RouteUrl(...)%>"><img src="..." alt="..." /></a>
2.1m questions
2.1m answers
60 comments
57.0k users