FilterAttributeFilterProvider Constructor
Initializes a new instance of the FilterAttributeFilterProvider class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | 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 Constructor ()
Initializes a new instance of the FilterAttributeFilterProvider class.
FilterAttributeFilterProvider Constructor (Boolean)
Initializes a new instance of the FilterAttributeFilterProvider class and optionally caches attribute instances.
Parameters
- cacheAttributeInstances
-
Type:
System.Boolean
true to cache attribute instances; otherwise, false.
Show:
