2013年8月6日

PartialViewResult用法

摘要: 后台代码 public PartialViewResult Title(int categoryid = 0) { IList lstTestModel = this.GetModelList(categoryid); return PartialView(lstTestModel); }前端 @foreach (TestModel tmItem in this.Model) { @tmItem.Title ... 阅读全文

posted @ 2013-08-06 15:41 魔GUI 阅读(1181) 评论(0) 推荐(0)

导航