ASP.NET Actionlink with glyphicon and text with different font

后端 未结 10 980
臣服心动
臣服心动 2020-12-04 15:12

I want to present a button with @Html.ActionLink but i need to have my application font in the text.

With this code:


    @H         


        
10条回答
  •  孤城傲影
    2020-12-04 16:06

    Let's have a try on this. Let me know if it is working .Thanks

    
    
    
        @Html.ActionLink("  Create New", "Create", null, new { @class = "btn btn-warning glyphicon glyphicon-plus-sign" })
    
    

提交回复
热议问题