Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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