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