开发者

tooltip for html.RouteLink

开发者 https://www.devze.com 2023-01-14 09:01 出处:网络
is it possible to write tooltip for html.RouteLink? my link: <%= Html.RouteLink(\"<\", new { p开发者_开发问答age = (Model.PageIndex - 1)},null)%>

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

精彩评论

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

关注公众号