SessionMethodAttributeOnActionExecutionAsync - метод

Called asynchronously before the action, after model binding is complete.

Definition

Пространство имён: Tessa.Web
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
public Task OnActionExecutionAsync(
	ActionExecutingContext context,
	ActionExecutionDelegate next
)

Параметры

context  ActionExecutingContext
The ActionExecutingContext.
next  ActionExecutionDelegate
The ActionExecutionDelegate. Invoked to execute the next action filter or the action itself.

Возвращаемое значение

Task
A Task that on completion indicates the filter has executed.

Реализации

IAsyncActionFilterOnActionExecutionAsync(ActionExecutingContext, ActionExecutionDelegate)

См. также