ModelBinderProviderCollection.RegisterBinderForGenericType Method (Type, Func<Type[], IModelBinder>)
.NET Framework (current version)
Adds a model binder to the collection for a generic type by using the specified model type and model binder factory.
Assembly: System.Web (in System.Web.dll)
public void RegisterBinderForGenericType( Type modelType, Func<Type[], IModelBinder> modelBinderFactory )
Parameters
- modelType
-
Type:
System.Type
The model type.
- modelBinderFactory
-
Type:
System.Func<Type[], IModelBinder>
The model binder factory.
.NET Framework
Available since 4.5
Available since 4.5
Show: