IResultFilter Interface

Visual Studio 2010

Defines the methods that are required for a result filter.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

No code example is currently available or this language may not be supported.

The IResultFilter type exposes the following members.

  NameDescription
Public methodOnResultExecutedCalled after an action result executes.
Public methodOnResultExecutingCalled before an action result executes.
Top

Community Additions

ADD
Show: