@Html.LabelFor(model => model.UserName) 这种怎么设置CSS样式 class="XXX"呢
@Html.EditorFor(x => x.SomeStringProperty, new { @class = "myclass" })
3Q3Q