ModelBinderDictionary.GetBinder Method (Type)

Retrieves the model binder for the specified type.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

member GetBinder : 
        modelType:Type -> IModelBinder

Parameters

modelType
Type: System.Type

The type of the model to retrieve.

Return Value

Type: System.Web.Mvc.IModelBinder
The model binder.

ExceptionCondition
ArgumentNullException

The modelType parameter is a null reference (Nothing in Visual Basic).

Show: