Share via


ModelValidatorProviderCollection.InsertItem Method

Inserts a model-validator provider into the collection.

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

Syntax

'Declaration
Protected Overrides Sub InsertItem ( _
    index As Integer, _
    item As ModelValidatorProvider _
)
protected override void InsertItem(
    int index,
    ModelValidatorProvider item
)
protected:
virtual void InsertItem(
    int index, 
    ModelValidatorProvider^ item
) override

Parameters

  • index
    Type: System.Int32
    The zero-based index at which item should be inserted.

See Also

Reference

ModelValidatorProviderCollection Class

System.Web.Mvc Namespace