FilterProviders.Providers Property

Provides a registration point for filters.

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

static function get Providers () : FilterProviderCollection 
private static function set Providers (value : FilterProviderCollection)

Property Value

Type: System.Web.Mvc.FilterProviderCollection
The collection of filters.

Show: