Is it possible to set image instea开发者_StackOverflow社区d \">>>\" and how?" />
开发者

html helper html.RouteLink is it possible to place Image? c#

>>", new { page = (Model.PageIndex + 1) },null)%>

Is it possible to set image instea开发者_StackOverflow社区d ">>>" and how?

Take care, Ragims


Possible duplicate.

MVC - RouteLink and Image

Please check out the Link in that question and view the provided examples for the custom ImageLink Helper.


<a href="<%= Url.RouteUrl(new { page = (Model.PageIndex + 1) })">
    <img src="next.jpg" />
</a>

I'm unsure of the exact syntax, don't have ASP.NET MVC on the current machine.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜