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#文字列リテラルは一重引用符を取りません。
'テキストボックス'->"テキストボックス"