FilterAttributeFilterProvider Constructor (Boolean)

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

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

'Declaration
Public Sub New ( _
	cacheAttributeInstances As Boolean _
)
'Usage
Dim cacheAttributeInstances As Boolean 

Dim instance As New FilterAttributeFilterProvider(cacheAttributeInstances)

Parameters

cacheAttributeInstances
Type: System.Boolean

true to cache attribute instances; otherwise, false.

Show: