FilterAttributeFilterProvider Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| 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()
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.