PagesSection.SmartNavigation Property
.NET Framework (current version)
Gets or sets a value that indicates whether smart navigation is enabled.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("smartNavigation", DefaultValue = false)] public bool SmartNavigation { get; set; }
Property Value
Type: System.Booleantrue if smart navigation is enabled; otherwise, false. The default value is false.
Note |
|---|
Smart navigation requires Microsoft Internet Explorer 5.5 or greater. |
The following code example shows how to use the SmartNavigation property.
.NET Framework
Available since 2.0
Available since 2.0
Show:
