I need to know how to create a custom IModelBinder in MVC 4 and it has been changed.
The new method that has to be implemented is :
boo
There are 2 IModelBinder interfaces:
actionContext.ActionArguments to the corresponding values. You no longer return a model instance.