System.Web.Configuration.HttpModuleActionCollection Members

The members of System.Web.Configuration.HttpModuleActionCollection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Public Properties

default property
Item(int)HttpModuleAction. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered.

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