FilterProviderCollection Constructor (IList<IFilterProvider>)
Initializes a new instance of the FilterProviderCollection class using the filter providers collection.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
providers As IList(Of IFilterProvider) _
)
'Usage
Dim providers As IList(Of IFilterProvider)
Dim instance As New FilterProviderCollection(providers)
public FilterProviderCollection(
IList<IFilterProvider> providers
)
public:
FilterProviderCollection(
IList<IFilterProvider^>^ providers
)
public function FilterProviderCollection(
providers : IList<IFilterProvider>
)
Parameters
- providers
Type: System.Collections.Generic.IList<IFilterProvider>
The filter providers collection.
See Also
Reference
FilterProviderCollection Class
FilterProviderCollection Overload