SimpleModelBinderProvider Constructor (Type, IModelBinder)
.NET Framework (current version)
Initializes a new instance of the SimpleModelBinderProvider class by using the specified model type and the model binder.
Assembly: System.Web (in System.Web.dll)
Parameters
- modelType
-
Type:
System.Type
The model type.
- modelBinder
-
Type:
System.Web.ModelBinding.IModelBinder
The model binder.
| Exception | Condition |
|---|---|
| ArgumentNullException | The modelType or modelBinder parameter is null. |
.NET Framework
Available since 4.5
Available since 4.5
Show: