IActionFilter Interface
Defines the methods that are used in an action filter.
Namespace: System.Web.Mvc
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. |
Show:
.gif?cs-save-lang=1&cs-lang=fsharp)