Share via


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; }

Property Value

Type: System.Boolean
true if multiple filters are allowed; otherwise, false.

Implements

IFilter.AllowMultiple

See Also

Reference

FilterAttribute Class

System.Web.Http.Filters Namespace