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

Property Value

Type: System::Boolean

true if multiple filters are allowed; otherwise, false.

Return to top
Show: