Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 .NET 4.5、VS 2012 开发一个新的 ASP.NET Web 表单应用程序。我的问题:是否可以为该 Web 表单应用程序编写自定义操作过滤器属性?例如用于检查 Web 请求或检查某些事件处理程序。我知道在 MVC 中这是绝对可能的。提前致谢。
WebForms 没有动作,因此它们没有动作过滤器。你需要一些其他的钩子机制。
我能想到几个:
Page
IHttpModule
Application_BeginRequest