Filter(Object, FilterScope, Nullable<Int32>) コンストラクター

定義

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

パラメーター

instance
Object

インスタンス。

scope
FilterScope

スコープ。

order
Nullable<Int32>

順序。

適用対象