Implemented interface member:
method
OnActionExecuted
Microsoft.AspNetCore.Mvc.Filters.IActionFilter.OnActionExecuted(Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext)
2 references to OnActionExecuted
Microsoft.AspNetCore.Mvc.Core (2)
Filters\ActionFilterAttribute.cs (2)
8
/// should override <see cref="OnActionExecuting"/>, <see cref="
OnActionExecuted
"/> or
41
OnActionExecuted
(await next());