Controller::IActionFilter::OnActionExecuted Method
Visual Studio 2010
This API supports the MVC infrastructure and is not intended to be used directly from your code. This method calls the OnActionExecuted method.
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.
Implements
IActionFilter::OnActionExecuted(ActionExecutedContext)This member is an explicit interface member implementation. It can be used only when a derived Controller instance is cast to an IActionFilter interface.
Community Additions
ADD
Show: