ModelValidatorProviderCollection.InsertItem Method (Int32, ModelValidatorProvider)
Inserts a model-validator provider into the collection.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
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.
Show: