Filter Constructor (Object, FilterScope, Nullable<Int32>)
Initializes a new instance of the Filter class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
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 .
Show: