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:
virtual property bool AllowMultiple {
	bool get ();
}

Property Value

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

Implements

IFilter::AllowMultiple
Show: