System.Web.Configuration.UrlMappingCollection: Method Members

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

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Methods

Add(UrlMapping)

Adds the specified System.Web.Configuration.UrlMapping to the collection.

Clear()

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

GetKey(int) : string

Gets the collection key of the specified element.

Remove(string)

Removes the System.Web.Configuration.UrlMapping object with the specified name from the collection.

Remove(UrlMapping)

Removes the specified System.Web.Configuration.UrlMapping object from the collection.

RemoveAt(int)

Removes the System.Web.Configuration.UrlMapping object with the specified index 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.