HttpApplication.Modules Property
.NET Framework 3.0
Gets the collection of modules for the current application.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public HttpModuleCollection get_Modules ()
public function get Modules () : HttpModuleCollection
Not applicable.
Property Value
An HttpModuleCollection containing the names of the modules for the application.Community Additions
ADD
Show: