@Html.DropDownListFor(model => model.SchoolId, new SelectList(ViewBag.SelectList, "SchoolTypeId", "Name"), "请选择")//model.SchoolId类型Int ViewBag.SelectList集合
@Html.ValidationMessageFor(model => model.SchoolTypeId, "", new { @style = "color:red" })//
2021-12-04 00:16:08
@Html.DropDownListFor(model => model.SchoolId, new SelectList(ViewBag.SelectList, "SchoolTypeId", "Name"), "请选择")//model.SchoolId类型Int ViewBag.SelectList集合
@Html.ValidationMessageFor(model => model.SchoolTypeId, "", new { @style = "color:red" })//
下一篇:scratch写的图灵机