This documentation is archived and is not being maintained.

UrlMapping::MappedUrl Property

A URL in your Web application.

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

[ConfigurationPropertyAttribute(L"mappedUrl", IsRequired = true)]
public:
property String^ MappedUrl {
	String^ get ();
}

Property Value

Type: System::String
The URL in your Web application that has been mapped to the value specified by the Url property.

The MappedUrl property is the programmatic equivalent of the mappedUrl attribute of the add element in the urlMappings section of a configuration file.

NoteNote

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.

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

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: