UrlMapping.MappedUrl Property
.NET Framework (current version)
A URL in your Web application.
Assembly: System.Web (in System.Web.dll)
The MappedUrl property is the programmatic equivalent of the mappedUrl attribute of the add element in the urlMappings section of a configuration file.
Note |
|---|
When using IIS 5.0, if you use the MappedUrl property to map from a supported page type (such as an .aspx file) to an unsupported page type (such as an .asp page), an error will occur. This type of mapping is supported in IIS version 6.0. |
The following code example shows how to obtain the MappedUrl property. This example is from a larger example for the UrlMapping class.
.NET Framework
Available since 2.0
Available since 2.0
Show:
