FilterProviderCollection Constructor (IList(Of 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)
'Declaration Public Sub New ( _ providers As IList(Of IFilterProvider) _ ) 'Usage Dim providers As IList(Of IFilterProvider) Dim instance As New FilterProviderCollection(providers)
Parameters
- providers
- Type: System.Collections.Generic.IList(Of IFilterProvider)
The filter providers collection.
Show: