Controller.OnActionExecuted Method
Called after the action method is invoked.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Overridable Sub OnActionExecuted ( _ filterContext As ActionExecutedContext _ ) 'Usage Dim filterContext As ActionExecutedContext Me.OnActionExecuted(filterContext)
Parameters
- filterContext
- Type: System.Web.Mvc.ActionExecutedContext
Information about the current request and action.
Show: