This topic has not yet been rated - Rate this topic

IActionFilter Interface

Defines the methods that are used in an action filter.

Namespace:  System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)
public interface IActionFilter : IFilter

The IActionFilter type exposes the following members.

  NameDescription
Public propertyAllowMultipleGets or sets a value indicating whether more than one instance of the indicated attribute can be specified for a single program element. (Inherited from IFilter.)
Top
  NameDescription
Public methodExecuteActionFilterAsyncExecutes the filter action asynchronously.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.