IActionFilter Interface
Defines the methods that are used in an action filter.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | OnActionExecuted(ActionExecutedContext^) | Called after the action method executes. |
![]() | OnActionExecuting(ActionExecutingContext^) | Called before an action method executes. |
Show:
