![]() |
1
0
您可能希望实现HttpModule而不是全局.asax. 您可以在MSDN中找到一个处理响应的模块示例: Walkthrough: Creating and Registering a Custom HTTP Module 有关其他信息,请参见本页(例如,为什么使用HttpModule而不是全局.asax): HTTP Handlers and HTTP Modules Overview 回答您的意见:以下是使用模块代替全局.asax(有关详细信息,请参阅上面链接的文档):
|
![]() |
2
0
|