Controller.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 method is invoked.
public:
virtual void OnActionExecuted(Microsoft::AspNetCore::Mvc::Filters::ActionExecutedContext ^ context);
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual void OnActionExecuted (Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext context);
[<Microsoft.AspNetCore.Mvc.NonAction>]
abstract member OnActionExecuted : Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext -> unit
override this.OnActionExecuted : Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext -> unit
Public Overridable Sub OnActionExecuted (context As ActionExecutedContext)
Parameters
- context
- ActionExecutedContext
The action executed context.
Implements
- Attributes