Is it possible to stack multiple filter attributes? For instance I have this attribute which checks if a person has permission to \"Administrator\" OR \"Queue\"
Given an action like:开发者_StackOverflow社区 public ActionResult DoStuff([CustomAttribute(\"foo\")]string value) {
I have a set of values that are present on the page loading: eg [1193,1184,2372]. I have a dropdownchecklist which can take a single value like so