Controller::IActionFilter::OnActionExecuted Method
This method calls the OnActionExecuted method.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
private: virtual void OnActionExecuted( ActionExecutedContext^ filterContext ) sealed = IActionFilter::OnActionExecuted
Parameters
- filterContext
- Type: System.Web.Mvc::ActionExecutedContext
The filter context.
Implements
IActionFilter::OnActionExecuted(ActionExecutedContext)
Show: