Filter Constructor

Initializes a new instance of the Filter class.

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

new : 
        instance:Object * 
        scope:FilterScope * 
        order:Nullable<int> -> Filter

Parameters

instance
Type: System.Object

The instance.

scope
Type: System.Web.Mvc.FilterScope

The scope.

order
Type: System.Nullable(Int32)

The order.

For more information about ASP.NET MVC filter scope and order, see Filtering in ASP.NET MVC.

Show: