HttpModuleCollection::Item Property (Int32)
.NET Framework (current version)
Gets the IHttpModule object with the specified numerical index from the HttpModuleCollection.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The index of the IHttpModule object to retrieve from the collection.
Property Value
Type: System.Web::IHttpModule^The IHttpModule object module specified by the index parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: