This topic has not yet been rated - Rate this topic

ActionFilterAttribute.OnActionExecuted Method

Called by the MVC framework after the action method executes.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public virtual void OnActionExecuted(
	ActionExecutedContext filterContext
)

Parameters

filterContext
Type: System.Web.Mvc.ActionExecutedContext
The filter context.

Implements

IActionFilter.OnActionExecuted(ActionExecutedContext)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.