HttpApplication.Modules Property

 

Gets the collection of modules for the current application.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

<BrowsableAttribute(False)>
Public ReadOnly Property Modules As HttpModuleCollection

Property Value

Type: System.Web.HttpModuleCollection

An HttpModuleCollection that contains the names of the modules for the application.

.NET Framework
Available since 1.1
Return to top
Show: