System.Web Namespace IHttpModule Interface
Initializes a module and prepares it to handle requests.
[ VB ] Sub Init ( _ ByVal context As HttpApplication _ ) [ C# ] void Init ( HttpApplication context ); [ C++ ] void Init ( HttpApplication* context ); [ JScript ] function Init ( context : HttpApplication );
IHttpModule Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note