HttpApplication::Modules Property
.NET Framework (current version)
Gets the collection of modules for the current application.
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
Available since 1.1
Show: