This topic has not yet been rated - Rate this topic

FilterProviders Class

Provides a registration point for filters.

System.Object
  System.Web.Mvc.FilterProviders

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public final class FilterProviders

The FilterProviders type exposes the following members.

  NameDescription
Public propertyStatic memberProvidersProvides a registration point for filters.
Top

Multiple FilterProviders instances can be registered.

NoteNote

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.