System.Web.Configuration.UrlMappingsSection.UrlMappings Property

Gets a collection of System.Web.Configuration.UrlMapping objects.

Syntax

[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public UrlMappingCollection UrlMappings { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Each System.Web.Configuration.UrlMapping object contains two properties identifying a URL. One property specifies the URL shown to the user; the other specifies a URL in your Web application.

Requirements

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