Information
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

 

Gets the collection of modules for the current application.

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

[BrowsableAttribute(false)]
public HttpModuleCollection Modules {
	[AspNetHostingPermissionAttribute(SecurityAction.Demand, Level = AspNetHostingPermissionLevel.High)]
	get;
}

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: