Font awesome inside asp button

前端 未结 7 2044
别那么骄傲
别那么骄傲 2020-12-01 05:56

This is my asp:button code which is not rendering font awesome\'s icon but instead shows the HTML as it is:

  

        
7条回答
  •  [愿得一人]
    2020-12-01 06:47

    Get it on Nuget!

    Install-Package FontAwesome-ASP.NET Usage

    FontAwesome Icons In Webforms Buttons

    You can use FontAwesome icons inside asp.net webforms button controls. Simply databind to the icon of your choice from the FontAwesome.Icons class' static properties. Then either call DataBind() on your button or DataBind() on your parent control or page.

提交回复
热议问题