asp.net.ph

HttpApplication.Modules Property

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;

Property Value

An HttpModuleCollection containing the names of the modules for the application.

See Also

HttpApplication Members Skip Navigation Links


Previous page Back to top Next page

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