.NET Framework Class Library
IModelBinder Interface
Defines the methods that are required for a model binder.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
Visual Basic
Public Interface IModelBinder
C#
public interface IModelBinder
Visual C++
public interface class IModelBinder
The IModelBinder type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
BindModel | Binds the model to a value by using the specified controller context and binding context. |
See Also