FilterProviderCollection Constructor (IList<IFilterProvider>)

Initializes a new instance of the FilterProviderCollection class with specified list of filter provider.

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

public:
FilterProviderCollection(
	IList<IFilterProvider^>^ providers
)

Parameters

providers
Type: System.Collections.Generic::IList<IFilterProvider>
The list of filter providers.
Show: