HttpModuleCollection::Get Method
.NET Framework (current version)
Returns an individual IHttpModule object from the HttpModuleCollection.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Get(Int32) | Returns the IHttpModule object with the specified index from the HttpModuleCollection. |
![]() | Get(String^) | Returns the IHttpModule object with the specified name from the HttpModuleCollection. |
Show:
