ModelBinderProviderCollection::RegisterBinderForGenericType Method
.NET Framework (current version)
Adds a model binder provider to the collection for a generic type.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | RegisterBinderForGenericType(Type^, Func<array<Type^>^, IModelBinder^>^) | Adds a model binder to the collection for a generic type by using the specified model type and model binder factory. |
![]() | RegisterBinderForGenericType(Type^, IModelBinder^) | Adds a model binder provider to the collection for a generic type by using the specified model type and model binder. |
![]() | RegisterBinderForGenericType(Type^, Type^) | Adds a model binder provider to the collection for a generic type by using the specified model type and model binder type. |
Show:
