Controller::OnResultExecuted Method (ResultExecutedContext^)
Called after the action result that is returned by an action method is executed.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- filterContext
-
Type:
System.Web.Mvc::ResultExecutedContext^
Information about the current request and action result.
If this method is overridden in a derived Controller class, it will be called for every action method in the class. For more flexibility, derive a class from ActionFilterAttribute and override this method in the derived ActionFilterAttribute class. This method runs after the response is written.
Show: