asp.net.ph

HttpApplication.Init Method

System.Web Namespace   HttpApplication Class


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

[ VB ]
Overridable Public Sub Init ( ) 

[ C# ]
public virtual void Init ( );

[ C++ ]
public: virtual void Init ( );

[ JScript ]
public function Init ( );

Remarks

Your derived class can override this method to add custom one-time initialization code.

See Also

HttpApplication Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph