Controller::IActionFilter::OnActionExecuted Method (ActionExecutedContext^)

 

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.

Return to top
Show: