GetBinder Method
GetBinder()
Retrieves the associated model binder.
Declaration
public override IModelBinder GetBinder()
Public Overrides Function GetBinder() As IModelBinder
Returns
| Type |
Description |
| IModelBinder |
A reference to an object that implements the System.Web.Mvc.IModelBinder interface
|