Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

Public Overridable ReadOnly Property AllowMultiple As Boolean

Property Value

Type: System.Boolean

true if multiple filters are allowed; otherwise, false.

Return to top
Show: