OverrideActionFiltersAttribute et al should derive from FilterAttribute, not just Attribute. Otherwise, they can't actually be applied as filter attributes in MVC. (The MVC and Web API designs are different here.)
↧