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

Definição

Inicializa uma nova instância da classe Filter.

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))

Parâmetros

instance
Object

A instância.

scope
FilterScope

O escopo.

order
Nullable<Int32>

A ordem.

Aplica-se a