GenericModelBinderProvider Constructor
.NET Framework (current version)
Initializes a new instance of the GenericModelBinderProvider class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | GenericModelBinderProvider(Type^, Func<array<Type^>^, IModelBinder^>^) | Initializes a new instance of the GenericModelBinderProvider class by using the specified model type and model binder factory. |
![]() | GenericModelBinderProvider(Type^, IModelBinder^) | Initializes a new instance of the GenericModelBinderProvider by using the specified model type and model binder. |
![]() | GenericModelBinderProvider(Type^, Type^) | Initializes a new instance of the GenericModelBinderProvider class by using the specified model type and model binder type. |
Show:
