UrlMappingsSection.IsEnabled Property

 

Gets or sets a value indicating whether the mapping is enabled.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[ConfigurationPropertyAttribute("enabled", DefaultValue = true)]
public bool IsEnabled { get; set; }

Property Value

Type: System.Boolean

true if the mapping is enabled; otherwise, false. The default value is true.

.NET Framework
Available since 2.0
Return to top
Show: