Insert Glyphicons bootstrap in @Html.ActionLink mvc asp.net

后端 未结 2 558
慢半拍i
慢半拍i 2021-01-04 12:13

Would enter Glyphicons Boostrap instead of \"Edit\" in the code below. Could you give me an example to do.

@Html.ActionLink(\"Edit\", \"Edit\", new { id = Mo         


        
2条回答
  •  执笔经年
    2021-01-04 12:37

    If using Bootstrap 3:

    
        
        Edit
    
    

    Note the use of sr-only will allow users of screen readers and search engines to know what the link is for.

提交回复
热议问题