FilterAttributeFilterProvider Constructor

 

Initializes a new instance of the FilterAttributeFilterProvider class.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodFilterAttributeFilterProvider()

Initializes a new instance of the FilterAttributeFilterProvider class.

System_CAPS_pubmethodFilterAttributeFilterProvider(Boolean)

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

Return to top

FilterAttributeFilterProvider Constructor ()

Initializes a new instance of the FilterAttributeFilterProvider class.

Public Sub New
Return to top

FilterAttributeFilterProvider Constructor (Boolean)

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

Public Sub New (
	cacheAttributeInstances As Boolean
)

Parameters

cacheAttributeInstances
Type: System.Boolean

true to cache attribute instances; otherwise, false.

Return to top
Show: