ModelBinderProviderCollection::InsertItem Method
Inserts a model binder provider into the ModelBinderProviderCollection at the specified index.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected: virtual void InsertItem( int index, IModelBinderProvider^ item ) override
Parameters
- index
- Type: System::Int32
The index.
- item
- Type: System.Web.Mvc::IModelBinderProvider
The model binder provider.
Show: