System.Web Namespace
Provides a means of indexing and retrieving a collection of IHttpModule objects.
HttpModuleCollection.methodName ( arguments );
HttpModuleCollection.methodName ( arguments )
Type var = HttpModuleCollection.propertyName; Type var = HttpModuleCollection [ key ]; Type var = HttpModuleCollection.methodName ( arguments );
Dim var as Type = HttpModuleCollection.propertyName Dim var as Type = HttpModuleCollection ( key ) Dim var as Type = HttpModuleCollection.methodName ( arguments )
IHttpModule Interface
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