System.Web Namespace HttpApplication Class
Gets the collection of modules for the current application.
[ VB ] Public ReadOnly Property Modules As HttpModuleCollection [ C# ] public HttpModuleCollection Modules {get;} [ C++ ] public: __property HttpModuleCollection* get_Modules ( ); [ JScript ] public function get Modules ( ) : HttpModuleCollection;
An HttpModuleCollection containing the names of the modules for the application.
HttpApplication 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