Share via


IActionFilter.OnActionExecuted Method (ActionExecutedContext)

 

Called after the action method executes.

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

Syntax

void OnActionExecuted(
    ActionExecutedContext filterContext
)
void OnActionExecuted(
    ActionExecutedContext^ filterContext
)
abstract OnActionExecuted : 
        filterContext:ActionExecutedContext -> unit
Sub OnActionExecuted (
    filterContext As ActionExecutedContext
)

Parameters

See Also

IActionFilter Interface
System.Web.Mvc Namespace

Return to top