IActionFilter.OnActionExecuted(ActionExecutedContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called after the action executes, before the action result.
public:
void OnActionExecuted(Microsoft::AspNetCore::Mvc::Filters::ActionExecutedContext ^ context);
public void OnActionExecuted (Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext context);
abstract member OnActionExecuted : Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext -> unit
Public Sub OnActionExecuted (context As ActionExecutedContext)
Parameters
- context
- ActionExecutedContext
Applies to
Feedback
Submit and view feedback for