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)

Syntax

public interface IActionFilter : IFilter
public interface class IActionFilter : IFilter
type IActionFilter = 
    interface
        interface IFilter
    end
Public Interface IActionFilter
    Inherits IFilter

Properties

Name Description
System_CAPS_pubproperty AllowMultiple

Gets 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.)

Methods

Name Description
System_CAPS_pubmethod ExecuteActionFilterAsync(HttpActionContext, CancellationToken, Func<Task<HttpResponseMessage>>)

Executes the filter action asynchronously.

See Also

System.Web.Http.Filters Namespace

Return to top