Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
)
private:
virtual void OnActionExecuted(
ActionExecutedContext^ filterContext
) sealed = IActionFilter::OnActionExecuted
private abstract OnActionExecuted :
filterContext:ActionExecutedContext -> unit
private override OnActionExecuted :
filterContext:ActionExecutedContext -> unit
Private Sub OnActionExecuted (
filterContext As ActionExecutedContext
)
Implements IActionFilter.OnActionExecuted
Parameters
filterContext
Type: System.Web.Mvc.ActionExecutedContextThe filter context.
Implements
IActionFilter.OnActionExecuted(ActionExecutedContext)
See Also
Controller Class
System.Web.Mvc Namespace
Return to top