UrlMappingCollection.Add Method (UrlMapping)

 

Adds the specified UrlMapping to the collection.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

member Add : 
        urlMapping:UrlMapping -> unit

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: