ModelBinderProviderCollection.GetBinder(Type) 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.
Returns a model binder of the specified type.
public System.Web.Mvc.IModelBinder GetBinder(Type modelType);
member this.GetBinder : Type -> System.Web.Mvc.IModelBinder
Public Function GetBinder (modelType As Type) As IModelBinder
Parameters
- modelType
- Type
The type of the model binder.
Returns
A model binder of the specified type.