Html.DropDownList也能绑定数据

@Html.DropDownList("NewVersionId", (SelectList)ViewBag.Versions)

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

posted @ 2012-06-07 16:02  ido  阅读(602)  评论(0编辑  收藏  举报