Filter(Object, FilterScope, Nullable<Int32>) Constructor

Definition

Initializes a new instance of the Filter class.

public Filter (object instance, System.Web.Mvc.FilterScope scope, int? order);
new System.Web.Mvc.Filter : obj * System.Web.Mvc.FilterScope * Nullable<int> -> System.Web.Mvc.Filter
Public Sub New (instance As Object, scope As FilterScope, order As Nullable(Of Integer))

Parameters

instance
Object

The instance.

scope
FilterScope

The scope.

order
Nullable<Int32>

The order.

Applies to