Click or drag to resize

IAutofacActionFilter Interface

An action filter that will be created for each controller request.

Namespace:  Autofac.Integration.WebApi
Assembly:  Autofac.Integration.WebApi (in Autofac.Integration.WebApi.dll) Version: 6.0.0+03bf347ff3a78c2557675254b1a417eef4b464ec
Syntax
public interface IAutofacActionFilter

The IAutofacActionFilter type exposes the following members.

Methods
  NameDescription
Public methodOnActionExecutedAsync
Occurs after the action method is invoked.
Public methodOnActionExecutingAsync
Occurs before the action method is invoked.
Top
See Also