FilterProviderCollection Constructor

 

Initializes a new instance of the FilterProviderCollection class.

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

NameDescription
System_CAPS_pubmethodFilterProviderCollection()

Initializes a new instance of the FilterProviderCollection class.

System_CAPS_pubmethodFilterProviderCollection(IList(Of IFilterProvider))

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

Return to top

FilterProviderCollection Constructor ()

Initializes a new instance of the FilterProviderCollection class.

Public Sub New
Return to top

FilterProviderCollection Constructor (IList(Of IFilterProvider))

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

Public Sub New (
	providers As IList(Of IFilterProvider)
)

Parameters

providers
Type: System.Collections.Generic.IList(Of IFilterProvider)

The list of filter providers.

Return to top
Show: