The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ValueProviderCollection::InsertItem Method (Int32, IValueProvider^)
.NET Framework (current version)
Inserts the specified value provider object into the collection at the specified index location.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index location at which to insert the value provider into the collection.
- item
-
Type:
System.Web.ModelBinding::IValueProvider^
The value provider object to insert.
| Exception | Condition |
|---|---|
| ArgumentNullException | The item parameter is null. |
.NET Framework
Available since 4.5
Available since 4.5
Show: