FilterProviderCollection.SetItem Method (Int32, IFilterProvider)
Replaces the element at the specified index.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- index
-
Type:
System.Int32
The zero-based index of the element to replace.
- item
-
Type:
System.Web.Mvc.IFilterProvider
The new value for the element at the specified index. The value can be null for reference types.
Show: