我们现在允许在EditorFor中传递HTML属性作为匿名 宾语。 例如: @Html.EditorFor(model => model, new { htmlAttributes = new { @class = "form-control" } ...
確定! 回上一頁