Html.DropDownList也能绑定数据
@Html.DropDownList("NewVersionId", (SelectList)ViewBag.Versions)
今天突然发现@Html.DropDownList也能绑定当前页面Model中的NewVersionId属性的值,不知道是不是正确否?
@Html.DropDownList("NewVersionId", (SelectList)ViewBag.Versions)
今天突然发现@Html.DropDownList也能绑定当前页面Model中的NewVersionId属性的值,不知道是不是正确否?