ModelBinderDictionary.GetBinder Method (Type)
Visual Studio 2010
Retrieves the model binder for the specified type.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- modelType
- Type: System.Type
The type of the model to retrieve.
| Exception | Condition |
|---|---|
| ArgumentNullException | The modelType parameter is Nothing. |
Community Additions
ADD
Show: