UrlMappingCollection.Add Method (UrlMapping)
.NET Framework (current version)
Adds the specified UrlMapping to the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- urlMapping
-
Type:
System.Web.Configuration.UrlMapping
The UrlMapping object to add to the collection.
The following code example adds a UrlMapping object to the UrlMappingCollection.
Refer to the code example in the UrlMappingCollection class topic to learn how to get the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: