UrlMappingsSection.UrlMappings Property
.NET Framework (current version)
Gets a collection of UrlMapping objects.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("", IsDefaultCollection = true)] public UrlMappingCollection UrlMappings { get; }
Property Value
Type: System.Web.Configuration.UrlMappingCollectionA UrlMappingCollection that contains UrlMapping objects.
Each 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: