The ActionFilterAttribute class implements both the IActionFilter and IResultFilter
interfaces. This class is abstract, which forces you to provide an implementation. The AuthorizeAttribute and
HandleErrorAttribute classes contain useful features and can be used without creating a derived class.
Introducing the Filter Types,布布扣,bubuko.com
原文:http://www.cnblogs.com/dotnetmvc/p/3823318.html