Using Filters to Attach Reusable BehaviorsIntroducing the Four Basic Types of FiltersNotice that ActionFilterAttribute is the default implementation for both IActionFilterand IResultFilter—it implements both of those interfaces. It’s meant to be totally generalpurpose, so it doesn’t provide any impl Read More