ModelBinderProviderCollection.SetItem Method

Replaces the model binder provider element at the specified index.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

protected override function SetItem(
	index : int, 
	item : IModelBinderProvider
)

Parameters

index
Type: System.Int32

The index.

item
Type: System.Web.Mvc.IModelBinderProvider

The model binder provider.

Show: