ASP.NET Actionlink with glyphicon and text with different font
问题 I want to present a button with @Html.ActionLink but i need to have my application font in the text. With this code: <span> @Html.ActionLink(" Create New", "Create", null, new { @class = "btn btn-warning glyphicon glyphicon-plus-sign" }) </span> I get my button but the Create New text appears with the glyphicon font-family. Putting the glyphicon classes in the span doesn't change anything 回答1: You should not add the glyphicon class to the a-tag. From the Bootstrap website: Don't mix with