MvcFilter.AllowMultiple Property
Gets a value that indicates whether more than one instance of the filter attribute can be specified.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract AllowMultiple : bool with get, private set override AllowMultiple : bool with get, private set
Property Value
Type: System.Booleantrue if more than one instance of the filter attribute is allowed; otherwise, false.
Implements
IMvcFilter.AllowMultiple
Show: