IModelBinder and ASP.NET MVC Beta

耗尽温柔 提交于 2019-12-21 17:22:33

问题


Does anyone have links to tutorials regarding the new IModelBinder in asp.net mvc beta?

I can't get my head around it properly, so much has changed.

Thanks


回答1:


Take a look at the source of DefaultModelBinder. That'll give you some clues.




回答2:


As Haacked points out the source for DefaultModelBinder is a good resource. It would be nice to see a related tutorial on http://www.asp.net/mvc though (hint... hint... at Haacked).

For your convenience here is a direct link to the relevant source: http://aspnet.codeplex.com/SourceControl/changeset/view/23011#266460



来源:https://stackoverflow.com/questions/230077/imodelbinder-and-asp-net-mvc-beta

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!