TessaControllerBaseOnActionExecutionAsync - метод |
Пространство имён:
Tessa.Web
Сборка:
Tessa.Web (в Tessa.Web.dll) Версия: 3.5.0.19
Синтаксис public virtual Task OnActionExecutionAsync(
ActionExecutingContext context,
ActionExecutionDelegate next
)
Public Overridable Function OnActionExecutionAsync (
context As ActionExecutingContext,
next As ActionExecutionDelegate
) As Task
public:
virtual Task^ OnActionExecutionAsync(
ActionExecutingContext^ context,
ActionExecutionDelegate^ next
)
abstract OnActionExecutionAsync :
context : ActionExecutingContext *
next : ActionExecutionDelegate -> Task
override OnActionExecutionAsync :
context : ActionExecutingContext *
next : ActionExecutionDelegate -> Task
Параметры
- context
- Тип: Microsoft.AspNetCore.Mvc.FiltersActionExecutingContext
- next
- Тип: Microsoft.AspNetCore.Mvc.FiltersActionExecutionDelegate
Возвращаемое значение
Тип:
TaskСм. также