FilterProviderCollection.SetItem Method (Int32, IFilterProvider)

 

Replaces the element at the specified index.

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

No code example is currently available or this language may not be supported.

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.

Return to top
Show: