Share via


Controller.IActionFilter.OnActionExecuted Method

This method calls the OnActionExecuted method.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

void IActionFilter.OnActionExecuted(
    ActionExecutedContext filterContext
)

Parameters

Implements

IActionFilter.OnActionExecuted(ActionExecutedContext)

See Also

Reference

Controller Class

System.Web.Mvc Namespace