System.Web.Configuration.HttpHandlerActionCollection: Method Members

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

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

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.