摘要:
View层代码: @Html.DropDownListFor(model => model.ControllerActioId, (SelectList)ViewData["ControllerAction"])controller层代码: public ActionResult Create() { ViewData["ControllerAction"] = new SelectList((from s in db.ControllerAction select new ... 阅读全文
posted @ 2013-04-10 16:27
Awey
阅读(234)
评论(0)
推荐(0)
浙公网安备 33010602011771号