ModelBinderAttribute.GetBinder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an instance of the model binder.
public override System.Web.Mvc.IModelBinder GetBinder();
override this.GetBinder : unit -> System.Web.Mvc.IModelBinder
Public Overrides Function GetBinder () As IModelBinder
Returns
A reference to an object that implements the IModelBinder interface.
Exceptions
An error occurred while an instance of the model binder was being created.