Model Binder
what is the role of Model Binder in MVC? please explain with example..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Oct 29, 2013, 2:27 AM
The ASP.net MVC provides very power model binder that can bind most of data types from primitive type and complex data type such as class and collection. The model binder able to bind the request to parameters of controller.
Please refer
http://msdn.microsoft.com/en-us/magazine/hh781022.aspx
http://dotnetslackers.com/articles/aspnet/Understanding-ASP-NET-MVC-Model-Binding.aspx
hope this will help you.