Filter Constructor
Initializes a new instance of the Filter class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public function Filter( instance : Object, scope : FilterScope, order : Nullable<int> )
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: