System.Web.Configuration.UrlMapping.Url Property

Gets the URL that is displayed to the user.

Syntax

[System.Configuration.ConfigurationProperty("url", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired | System.Configuration.ConfigurationPropertyOptions.IsKey)]
public string Url { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

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