IAutofacContinuationActionFilter Interface |
An action filter that will be created for each controller request, and
executes using continuations, so the async context is preserved.
Namespace:
Autofac.Integration.WebApi
Assembly:
Autofac.Integration.WebApi (in Autofac.Integration.WebApi.dll) Version: 6.0.0+03bf347ff3a78c2557675254b1a417eef4b464ec
Syntax public interface IAutofacContinuationActionFilter
Public Interface IAutofacContinuationActionFilter
The IAutofacContinuationActionFilter type exposes the following members.
Methods
| Name | Description |
---|
| ExecuteActionFilterAsync |
The method called when the filter executes. The filter should call 'next' to
continue processing the request.
|
TopSee Also