FilterProviders Class
Provides a registration point for filters.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The FilterProviders type exposes the following members.
Multiple FilterProviders instances can be registered.
Note: |
|---|
In ASP.NET MVC versions 1 and 2, the only way to apply filters was to make a FilterAttribute attribute and apply that attribute to a controller or action method. |
Show:


Note: