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