IActionFilter.OnActionExecuted(ActionExecutedContext) Method

Definition

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

Applies to