This topic has not yet been rated - Rate this topic

IFilterProvider Interface

Provides an interface for finding filters.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public interface class IFilterProvider

The IFilterProvider type exposes the following members.

  NameDescription
Public methodGetFiltersReturns an enumerator that contains all the IFilterProvider instances in the service locator.
Top

Global action filters can be registered manually or by using Dependency Injection.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.