IResultFilter Interface
Defines the methods that are required for a result filter.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The IResultFilter type exposes the following members.
| Name | Description | |
|---|---|---|
|
OnResultExecuted | Called after an action result executes. |
|
OnResultExecuting | Called before an action result executes. |