ModelValidatorProviderCollection.InsertItem Method

Visual Studio 2010

Inserts a model-validator provider into the collection.

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

protected override void InsertItem(
	int index,
	ModelValidatorProvider item
)

Parameters

index
Type: System.Int32
The zero-based index at which item should be inserted.
item
Type: System.Web.Mvc.ModelValidatorProvider
The model-validator provider object to insert.

Community Additions

ADD
Show: