System.Web.Configuration.UrlMappingCollection Members

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

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Initializes a new instance of the System.Web.Configuration.UrlMappingCollection class.

Public Properties

[read-only]
AllKeysstring[].

Gets an array of the keys for all of the configuration elements contained in the System.Web.Configuration.UrlMappingCollection.

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