GenericModelBinderProvider Constructor (Type, IModelBinder)

.NET Framework (current version)
 

Initializes a new instance of the GenericModelBinderProvider by using the specified model type and model binder.

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

new : 
        modelType:Type *
        modelBinder:IModelBinder -> GenericModelBinderProvider

Parameters

modelType
Type: System.Type

The model type.

modelBinder
Type: System.Web.ModelBinding.IModelBinder

The model binder.

Exception Condition
ArgumentNullException

modelType or modelBinder is null.

.NET Framework
Available since 4.5
Return to top
Show: