FilterProviderCollection Constructor
Initializes a new instance of the FilterProviderCollection class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | FilterProviderCollection() | Initializes a new instance of the FilterProviderCollection class. |
![]() | FilterProviderCollection(IList(Of IFilterProvider)) | Initializes a new instance of the FilterProviderCollection class with specified list of filter provider. |
FilterProviderCollection Constructor ()
Initializes a new instance of the FilterProviderCollection class.
FilterProviderCollection Constructor (IList(Of IFilterProvider))
Initializes a new instance of the FilterProviderCollection class with specified list of filter provider.
Parameters
- providers
-
Type:
System.Collections.Generic.IList(Of IFilterProvider)
The list of filter providers.
Show:
