This topic has not yet been rated - Rate this topic

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)
public interface IResultFilter

The IResultFilter type exposes the following members.

  NameDescription
Public methodOnResultExecutedCalled after an action result executes.
Public methodOnResultExecutingCalled before an action result executes.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.