Contents tagged with Custom Model Binder
-
How to Bind a collection of Abstract Class or Interface to a Model – ASP.NET MVC
Default Model binder is a very neat and slick piece of functionality, that automatically parses the Request.Form fields and maps the Form Fields to our Action parameters, mostly in case of POST.