gpt4 book ai didi

ASP.NET MVC5 占位符中的字体很棒

转载 作者:行者123 更新时间:2023-12-01 19:15:09 24 4
gpt4 key购买 nike

我正在尝试向登录页面的占位符添加一个字体很棒的图标。这是我到目前为止所拥有的。我不知道如何在文本框内获得一个很棒的字体图标(作为占位符)

@Html.TextBoxFor(m => m.UserName, new { @class = "form-control login-input", placeholder = "Username or Email"})

我找到了如何添加占位符 here问题但不是如何添加图标。

谢谢!

最佳答案

这应该适合你:

@Html.TextBoxFor(m => m.Email, new { @class = "form-control login-input", placeholder = HttpUtility.HtmlDecode(" Username or Email"), style = "font-family:Arial, FontAwesome" })

需要使用font Awesome代码并添加字体系列,以及HtmlDecode代码。

关于ASP.NET MVC5 占位符中的字体很棒,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27628133/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com