System.Web
2.0.0.0
System.Configuration.ConfigurationSection
The class provides a way to programmatically access and modify the urlMappings section of a configuration file.
The urlMappings section contains objects that map URLs that are displayed to users to URLs that exist in your Web application. The can write information into the related section of the configuration file according to the restrictions defined by the section property whose value is . Any attempt to write in a configuration file at a level not allowed in the hierarchy will result in an error message generated by the parser. However, you can use this class to read configuration information at any level in the hierarchy.
Provides programmatic access to the urlMappings configuration section. This class cannot be inherited.
Constructor
The constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. You obtain an instance of the class by using the method.
Initializes a new instance of the class.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("enabled", DefaultValue="True")
System.Boolean
To be added.
To be added.
Gets or sets a value indicating whether the mapping is enabled.
2.0.0.0
Property
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
To be added.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)
System.Web.Configuration.UrlMappingCollection
To be added.
Each 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.
Gets a collection of objects.
2.0.0.0