HttpApplication::Modules Property

 

Gets the collection of modules for the current application.

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

public:
[BrowsableAttribute(false)]
property HttpModuleCollection^ Modules {
	[AspNetHostingPermissionAttribute(SecurityAction::Demand, Level = AspNetHostingPermissionLevel::High)]
	HttpModuleCollection^ 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: