GenericModelBinderProvider Constructor (Type, Func<Type[], IModelBinder>)

.NET Framework (current version)
 

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

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

new : 
        modelType:Type *
        modelBinderFactory:Func<Type[], IModelBinder> -> GenericModelBinderProvider

Parameters

modelType
Type: System.Type

The model type.

modelBinderFactory
Type: System.Func<Type[], IModelBinder>

The model binder factory.

Exception Condition
ArgumentNullException

modelType or modelBinderFactory is null.

.NET Framework
Available since 4.5
Return to top
Show: