ModelBinderProviderCollection.InsertItem(Int32, IModelBinderProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts a model binder provider into the ModelBinderProviderCollection at the specified index.
protected override void InsertItem (int index, System.Web.Mvc.IModelBinderProvider item);
override this.InsertItem : int * System.Web.Mvc.IModelBinderProvider -> unit
Protected Overrides Sub InsertItem (index As Integer, item As IModelBinderProvider)
Parameters
- index
- Int32
The index.
- item
- IModelBinderProvider
The model binder provider.