gpt4 book ai didi

asp.net-mvc - 如何在 MVC Html.TextBox 上应用 css 类

转载 作者:太空宇宙 更新时间:2023-11-03 19:44:01 24 4
gpt4 key购买 nike

我的 MVC 应用程序中有以下标记。如何将类应用到我的文本框?

<%= Html.TextBox("username", "", new { maxlength = 50 })%>

最佳答案

<%= Html.TextBox("username", "", new { maxlength = 50, @class = 'your-classname' })%>

然后在您的 CSS 文件中您将使用这个选择器:

.your-classname { ...css rules here... }

关于asp.net-mvc - 如何在 MVC Html.TextBox 上应用 css 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1788125/

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