System.Web.Configuration.UrlMapping.MappedUrl Property

A URL in your Web application.

Syntax

[System.Configuration.ConfigurationProperty("mappedUrl", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string MappedUrl { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The UrlMapping.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 UrlMapping.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.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0