GenericModelBinderProvider Constructor

.NET Framework (current version)
 

Initializes a new instance of the GenericModelBinderProvider class.

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

NameDescription
System_CAPS_pubmethodGenericModelBinderProvider(Type^, Func<array<Type^>^, IModelBinder^>^)

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

System_CAPS_pubmethodGenericModelBinderProvider(Type^, IModelBinder^)

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

System_CAPS_pubmethodGenericModelBinderProvider(Type^, Type^)

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

Return to top
Show: