System.Web.Configuration.HttpModuleActionCollection: Method Members

The methods of System.Web.Configuration.HttpModuleActionCollection are listed below. For a list of all members, see the HttpModuleActionCollection Members list.

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Methods

Add(HttpModuleAction)

Adds an System.Web.Configuration.HttpModuleAction object to the collection.

Clear()

Removes all System.Web.Configuration.HttpModuleAction objects from the collection.

IndexOf(HttpModuleAction) : int

Gets the collection index of the specified System.Web.Configuration.HttpModuleAction module.

Remove(string)

Removes an System.Web.Configuration.HttpModuleAction object from the collection.

Remove(HttpModuleAction)

Removes an System.Web.Configuration.HttpModuleAction object from the collection.

RemoveAt(int)

Removes an System.Web.Configuration.HttpModuleAction module at the specified index from the collection.

Protected Methods