FilterAttribute::AllowMultiple Property

 

Gets or sets 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)

public:
property bool AllowMultiple {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

true if more than one instance of the filter attribute can be specified; otherwise, false.

Return to top
Show: