Implemented interface member:
method
OnActionExecuted
Microsoft.AspNetCore.Mvc.Filters.IActionFilter.OnActionExecuted(Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext)
1 override of OnActionExecuted
BasicWebSite (1)
Controllers\ContentNegotiation\FormatFilterController.cs (1)
29public override void OnActionExecuted(ActionExecutedContext context)
2 references to OnActionExecuted
Microsoft.AspNetCore.Mvc.Core (2)
Filters\ActionFilterAttribute.cs (2)
8/// should override <see cref="OnActionExecuting"/>, <see cref="OnActionExecuted"/> or 41OnActionExecuted(await next());