请求处理模块(主要用来处理Response.Redirect的情况) 更多...
继承自 IHttpModule .
Public 成员函数 | |
void | Dispose () |
清除资源 更多... | |
void | Init (HttpApplication context) |
初始化模块 更多... | |
请求处理模块(主要用来处理Response.Redirect的情况)
void FineUI.ScriptModule.Dispose | ( | ) |
清除资源
void FineUI.ScriptModule.Init | ( | HttpApplication | context | ) |
初始化模块
context | Http应用程序 |