会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
技术 理论 及其它
殷子心的技术博客
博客园
首页
新随笔
联系
订阅
管理
2012年11月27日
深入ASP.NET MVC之六:Model Binding的实现
摘要: 在Filter和Action的执行 中说到,ControllerActionInvoker对象在InvokeAction方法中调用了GetParameters方法实现了model binding,先来看下这个方法: protected virtual IDictionary<string, object> GetParameterValues(ControllerContext controll...
阅读全文
posted @ 2012-11-27 05:50 yinzixin
阅读(3160)
评论(4)
推荐(6)
编辑
公告