HttpModuleCollection.Item Property (Int32)
.NET Framework 3.0
Gets the IHttpModule object with the specified numerical index from the HttpModuleCollection.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public IHttpModule get_Item (int index)
Not applicable.
Parameters
- index
The index of the IHttpModule object to retrieve from the collection.
Property Value
The IHttpModule object module specified by the index parameter.Community Additions
ADD
Show: