Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
Public Sub New ( _
cacheAttributeInstances As Boolean _
)
'Usage
Dim cacheAttributeInstances As Boolean
Dim instance As New FilterAttributeFilterProvider(cacheAttributeInstances)
public FilterAttributeFilterProvider(
bool cacheAttributeInstances
)
public:
FilterAttributeFilterProvider(
bool cacheAttributeInstances
)
public function FilterAttributeFilterProvider(
cacheAttributeInstances : boolean
)
Parameters
- cacheAttributeInstances
Type: System.Boolean
true to cache attribute instances; otherwise, false.
See Also
Reference
FilterAttributeFilterProvider Class