Controller.IActionFilter.OnActionExecuted(ActionExecutedContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method calls the OnActionExecuted method.
void IActionFilter.OnActionExecuted (System.Web.Mvc.ActionExecutedContext filterContext);
abstract member System.Web.Mvc.IActionFilter.OnActionExecuted : System.Web.Mvc.ActionExecutedContext -> unit
override this.System.Web.Mvc.IActionFilter.OnActionExecuted : System.Web.Mvc.ActionExecutedContext -> unit
Sub OnActionExecuted (filterContext As ActionExecutedContext) Implements IActionFilter.OnActionExecuted
Parameters
- filterContext
- ActionExecutedContext
The filter context.