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:
virtual void SetItem(
	int index, 
	IModelBinderProvider^ item
) override

Parameters

index
Type: System::Int32

The index.

item
Type: System.Web.Mvc::IModelBinderProvider

The model binder provider.

Show: