HttpModuleActionCollection::Remove Method

 

Removes an HttpModuleAction module from the collection.

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

NameDescription
System_CAPS_pubmethodRemove(HttpModuleAction^)

Removes an HttpModuleAction object from the collection.

System_CAPS_pubmethodRemove(String^)

Removes an HttpModuleAction object from the collection.

To remove a module from its collection, you can use one of listed overloaded methods.

Return to top
Show: