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)
Syntax
'Declaration
Public Interface IResultFilter
public interface IResultFilter
public interface class IResultFilter
The IResultFilter type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnResultExecuted | Called after an action result executes. | |
OnResultExecuting | Called before an action result executes. |
Top