The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpApplication.Modules Property
.NET Framework (current version)
Gets the collection of modules for the current application.
Assembly: System.Web (in System.Web.dll)
[BrowsableAttribute(false)] public HttpModuleCollection Modules { [AspNetHostingPermissionAttribute(SecurityAction.Demand, Level = AspNetHostingPermissionLevel.High)] get; }
Property Value
Type: System.Web.HttpModuleCollectionAn HttpModuleCollection that contains the names of the modules for the application.
.NET Framework
Available since 1.1
Available since 1.1
Show: