System.Web.Configuration.HttpHandlerActionCollection Members

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

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Public Properties

[read-only]
override
CollectionTypeSystem.Configuration.ConfigurationElementCollectionType.

Gets the type of System.Web.Configuration.HttpHandlerActionCollection.

default property
Item(int)HttpHandlerAction. 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.
[read-only]
override
ThrowOnDuplicatebool. Documentation for this section has not yet been entered.

Public Methods

Add(HttpHandlerAction)

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

Clear()

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

IndexOf(HttpHandlerAction) : int

Gets the collection index of the specified System.Web.Configuration.HttpHandlerAction object.

Remove(HttpHandlerAction)

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

Remove(string, string)

Removes an System.Web.Configuration.HttpHandlerAction object with the specified HttpHandlerAction.Verb and HttpHandlerAction.Path properties from the collection.

RemoveAt(int)

Removes an System.Web.Configuration.HttpHandlerAction object at the specified index location from the collection.

Protected Methods

override
CreateNewElement() : System.Configuration.ConfigurationElement
Documentation for this section has not yet been entered.
override
GetElementKey(System.Configuration.ConfigurationElement) : object
Documentation for this section has not yet been entered.