开发者

tooltip for html.RouteLink

is it possible to write tooltip for html.RouteLink?

my link:

 <%= Html.RouteLink("<", new { p开发者_开发问答age = (Model.PageIndex - 1)},null)%>  

Thank and take care, Ragims


If by 'tooltip' you mean a title attribute, then yes:

<%= Html.RouteLink("<", new { page = (Model.PageIndex - 1)}, new { title="My Tooltip" })%>  
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜