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
Public method OnResultExecuted Called after an action result executes.
Public method OnResultExecuting Called before an action result executes.

Top

See Also

Reference

System.Web.Mvc Namespace