将引导程序字形放在 ASP.Net 中的 asp 按钮中

本文关键字:中的 asp 按钮 Net ASP 引导程序 字形 | 更新日期: 2023-09-27 17:57:19

这是我的ASP按钮:

  <asp:Button ID="btnexexcel" runat="server" Text="Export to Excel" CssClass="btn icon-btn btn-info"
                OnClick="btnexexcel_Click" ></asp:Button>

这是我的Glyphicon:

  <span aria-hidden="true" class="glyphicon btn-glyphicon glyphicon-share img-circle text-info"></span>

你能指导我如何使用它吗?

将引导程序字形放在 ASP.Net 中的 asp 按钮中

我在文本后使用"span"标签

<asp:LinkButton ID="LinkButton1" runat="server" CssClass="btn btn-primary btn-lg">Registrar **<span class="glyphicon glyphicon-user"></span>**</asp:LinkButton>