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




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