IActionFilter Methods

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Methods

Name Description
System_CAPS_pubmethod OnActionExecuted(ActionExecutedContext)

Called after the action method executes.

System_CAPS_pubmethod OnActionExecuting(ActionExecutingContext)

Called before an action method executes.

See Also

IActionFilter Interface
System.Web.Mvc Namespace

Return to top