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