FilterProviderCollection.InsertItem(Int32, IFilterProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts an element into the collection at the specified index.
protected override void InsertItem(int index, System.Web.Mvc.IFilterProvider item);
override this.InsertItem : int * System.Web.Mvc.IFilterProvider -> unit
Protected Overrides Sub InsertItem (index As Integer, item As IFilterProvider)
Parameters
- index
- Int32
The zero-based index at which item should be inserted.
- item
- IFilterProvider
The object to insert. The value can be null for reference types.