如何 @Html.CheckBoxFor
使用 htmlAttributes 使不可见?
我试过:
@Html.CheckBoxFor(modelItem => modelItem.DeleteEnabled, new {visible= @modelItem.Visible})
如何 @Html.CheckBoxFor
使用 htmlAttributes 使不可见?
我试过:
@Html.CheckBoxFor(modelItem => modelItem.DeleteEnabled, new {visible= @modelItem.Visible})