我想将样式应用于@ Html.EditorForModel()。这是代码段
@using (Html.BeginForm("LogOn", "Account", new { area = "", returnUrl = returnUrl }, FormMethod.Post)) {
using (Html.BtFieldset(Loc("legend", "Credentials"))) {
@Html.EditorForModel()
<div class="col-md-offset-4">
@Button.Submit(ViewResources.Action_Common_Logon)
</div>
}