System.Web.Configuration.UrlMappingCollection.Remove Method

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

Syntax

public void Remove (UrlMapping urlMapping)

Parameters

urlMapping
The System.Web.Configuration.UrlMapping object to remove from the collection.

Remarks

The UrlMappingCollection.Remove(UrlMapping) method deletes the add element in the urlMappings section at the current hierarchy level and inserts a remove element. The remove element effectively removes the reference to the add element defined in the parent configuration files at higher levels in the hierarchy but does not delete it.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0