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