IActionFilter Interface
Defines the methods that are used in an action filter.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The IActionFilter type exposes the following members.
| Name | Description | |
|---|---|---|
|
OnActionExecuted | Called after the action method executes. |
|
OnActionExecuting | Called before an action method executes. |