Filter Constructor

Initializes a new instance of the Filter class.

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

public:
Filter(
	Object^ instance, 
	FilterScope scope, 
	Nullable<int> order
)

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: