Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我努力了:
@Html.TextBoxFor(m => m.UserName, new {@class='textbox'})
这是行不通的。
@Html.TextBoxFor(m => m.UserName, new {@class="textbox"})
c# 字符串文字不带单引号。
“文本框”->“文本框”