ModelBinderAttribute.GetBinder Method
Visual Studio 2010
Retrieves an instance of the model binder.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Return Value
Type: System.Web.Mvc.IModelBinderA reference to an object that implements the IModelBinder interface.
| Exception | Condition |
|---|---|
| InvalidOperationException | An error occurred while an instance of the model binder was being created. |
Community Additions
ADD
Show: