摘要: 模型绑定器 之前或多或少也提到过模型绑定器,方法的形参就是由模型绑定器把参数绑定上去的,今天就说说ModuleBingder那点事 在MVC中有一个接口叫IModuleBinder // // 摘要: // Defines the method that is required for a model binder. public interface IModelB... 阅读全文
posted @ 2016-11-07 23:14 liangshiwei 阅读(479) 评论(0) 推荐(0)