HttpModuleCollection::Get Method

 

Returns an individual IHttpModule object from the HttpModuleCollection.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodGet(Int32)

Returns the IHttpModule object with the specified index from the HttpModuleCollection.

System_CAPS_pubmethodGet(String^)

Returns the IHttpModule object with the specified name from the HttpModuleCollection.

Return to top
Show: