【发布时间】:2019-05-02 14:31:17
【问题描述】:
我想为 @Html.Label 添加多个 css 类,但它没有
我已经尝试了以下方法:
@Html.LabelFor(model => model.ServiceName, htmlAttributes: new { @class = "SerivcesRegistrationLabel" , "control-label col-md-2" })
@Html.LabelFor(model => model.ServiceName, htmlAttributes: new { @class = "SerivcesRegistrationLabel" "control-label col-md-2" })
这两个都给我错误
【问题讨论】:
标签: c# asp.net entity-framework model-view-controller asp.net-identity