The Html.RouteLink() HtmlHelper works great for text links. But what's the best way to link an image?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
here mine, its the core function make some overloads
|
|||
|
|||||
|
|
This is an updated version that I have from MiniScalope answer above. I'm using VS2010 and ASP.Net MVC 2 Preview
|
|||
|
|
could work, the image extension is from the futures assembly. Or make your own extention. |
|||
|
Create your own helper extension.
|
|||||
|
|
I don't have enough SO swagger to add a comment, but this is a comment on MiniScalope's comment above:
I would suggest making this an HtmlHelper extension method in itself (and simplify it), for reuse:
|
||||
|
|
|
|||
|
|