FilterAttribute.AllowMultiple Property
Gets a value that indicates whether multiple filters are allowed.
Namespace: System.Web.Http.Filters
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public virtual bool AllowMultiple { get; }
public:
property bool AllowMultiple {
virtual bool get();
}
abstract AllowMultiple : bool with get
override AllowMultiple : bool with get
Public Overridable ReadOnly Property AllowMultiple As Boolean
Property Value
Type: System.Boolean
true if multiple filters are allowed; otherwise, false.
Implements
See Also
FilterAttribute Class
System.Web.Http.Filters Namespace
Return to top