FilterAttributeFilterProvider コンストラクター

定義

オーバーロード

FilterAttributeFilterProvider()

FilterAttributeFilterProvider クラスの新しいインスタンスを初期化します。

FilterAttributeFilterProvider(Boolean)

クラスの新しいインスタンスを FilterAttributeFilterProvider 初期化し、必要に応じて属性インスタンスをキャッシュします。

FilterAttributeFilterProvider()

FilterAttributeFilterProvider クラスの新しいインスタンスを初期化します。

public FilterAttributeFilterProvider ();
Public Sub New ()

適用対象

FilterAttributeFilterProvider(Boolean)

クラスの新しいインスタンスを FilterAttributeFilterProvider 初期化し、必要に応じて属性インスタンスをキャッシュします。

public FilterAttributeFilterProvider (bool cacheAttributeInstances);
new System.Web.Mvc.FilterAttributeFilterProvider : bool -> System.Web.Mvc.FilterAttributeFilterProvider
Public Sub New (cacheAttributeInstances As Boolean)

パラメーター

cacheAttributeInstances
Boolean

属性インスタンスをキャッシュする場合は true。それ以外の場合は false。

適用対象