更新:2007 年 11 月
命名空间:
System.Web 程序集:
System.Web(在 System.Web.dll 中)
Sub Init ( _
context As HttpApplication _
)
Dim instance As IHttpModule
Dim context As HttpApplication
instance.Init(context)
void Init(
HttpApplication context
)
void Init(
HttpApplication^ context
)
void Init(
HttpApplication context
)
function Init(
context : HttpApplication
)
使用 Init 方法向特定事件注册事件处理方法。
有关实现 IHttpModule 的自定义模块的示例,请参见演练:创建和注册自定义 HTTP 模块。
Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
.NET Framework
受以下版本支持:3.5、3.0、2.0、1.1、1.0
参考