UrlMappingCollection Class
Represents a collection of UrlMapping objects. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
The UrlMappingCollection type allows access to the UrlMappings elements of the UrlMappingsSection section element collection.
The following code example shows how to obtain the UrlMappingCollection object from the configuration file of an existing Web application. Also shown is an excerpt of the configuration file.
<urlMappings enabled="true">
<add url= "~/home.aspx"
mappedUrl="~/default.aspx?parm1=1"/>
<add url= "~/products.aspx"
mappedUrl="~/default.aspx?parm1=2"/>
</urlMappings>
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
System.Web.Configuration.UrlMappingCollection
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.