2013年7月22日
摘要: 1. html helper 可以缩写代码的,下面2段代码是相同效果@Html.DropDownList("TourList") 2. 用form提交的entity.id, entity.name 可以组装成controller的方法的entity类参数,但是对象或者集合做参数,mvc好像是不能自动组装的. 例如下面的Tour字段和FromCity,BackCity字段 public class TourInstance: Entity { public virtual string Code { get; set; } public virtual T... 阅读全文
posted @ 2013-07-22 02:53 Gu 阅读(189) 评论(0) 推荐(0)