ModelBinderAttribute Constructor
Visual Studio 2010
Initializes a new instance of the ModelBinderAttribute class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- binderType
- Type: System.Type
The type of the binder.
| Exception | Condition |
|---|---|
| ArgumentNullException | The binderType parameter is Nothing. |
Community Additions
ADD
Show: