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.
Gets or sets a value that indicates whether more than one instance of the filter attribute can be specified.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public bool AllowMultiple { get; }
public:
property bool AllowMultiple {
virtual bool get() sealed;
}
abstract AllowMultiple : bool with get
override AllowMultiple : bool with get
Public ReadOnly Property AllowMultiple As Boolean
Property Value
Type: System.Boolean
true if more than one instance of the filter attribute can be specified; otherwise, false.
Implements
See Also
FilterAttribute Class
System.Web.Mvc Namespace
Return to top