如何使TextAreaFor和EditorFor的边框看起来相同。一个比另一个更暗。
@Html.TextAreaFor(model => model.New, 4, 50, new { htmlAttributes = new { @class = "form-control" } })
@Html.EditorFor(model => model.Company, new { htmlAttributes = new { @class = "form-control" } })
答案 0 :(得分:0)
SetupAPI
编译器可以吃一些参数进行编辑。 您的实验将解决此问题。