FilterAttributeFilterProvider Constructors

Definition

Overloads

FilterAttributeFilterProvider()

Initializes a new instance of the FilterAttributeFilterProvider class.

FilterAttributeFilterProvider(Boolean)

Initializes a new instance of the FilterAttributeFilterProvider class and optionally caches attribute instances.

FilterAttributeFilterProvider()

Initializes a new instance of the FilterAttributeFilterProvider class.

public FilterAttributeFilterProvider ();
Public Sub New ()

Applies to

FilterAttributeFilterProvider(Boolean)

Initializes a new instance of the FilterAttributeFilterProvider class and optionally caches attribute instances.

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

Parameters

cacheAttributeInstances
Boolean

true to cache attribute instances; otherwise, false.

Applies to