HttpModuleCollection::Item Property
.NET Framework (current version)
Gets the specified IHttpModule object from the HttpModuleCollection.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Item[Int32] | Gets the IHttpModule object with the specified numerical index from the HttpModuleCollection. |
![]() | Item[String^] | Gets the IHttpModule object with the specified name from the HttpModuleCollection. |
Show:
