Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpApplication.Init Method ()

 

Executes custom initialization code after all event handler modules have been added.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public virtual void Init()

In a derived class, you can override the Init method to add custom one-time initialization code.

.NET Framework
Available since 1.1
Return to top
Show: