I am using .NET 4.5, VS 2012 to develop a new ASP.NET web form application. My question is: is it possible to write custom action filter attributes for this web form application; for example, to check a web request or to check some event handlers. I know that in MVC this is absolutely possible. Thanks in advance.
Thomas.Benz
source share