0 out of 2 rated this helpful - Rate this topic

IModelBinder Interface

Defines the methods that are required for a model binder.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public interface IModelBinder

The IModelBinder type exposes the following members.

  Name Description
Public method BindModel Binds the model to a value by using the specified controller context and binding context.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
"The Features and Foibles of ASP.NET MVC Model Binding", Jess Chadwick, MSDN Magazine 2012/02
what is here today, March 31st, 2012, is exceptionally thin imho.

fortunately Jess Chadwick has written this excellent recent article:
 ==> "The Features and Foibles of ASP.NET MVC Model Binding" http://msdn.microsoft.com/en-us/magazine/hh781022.aspx

Jess' article is well worth your time to read it imho.

rgds/gerry (lowry)