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