Aracılığıyla paylaş


PagesSection.SmartNavigation Özellik

Tanım

Akıllı gezintinin etkinleştirilip etkinleştirilmediğini gösteren bir değer alır veya ayarlar.

public:
 property bool SmartNavigation { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("smartNavigation", DefaultValue=false)]
public bool SmartNavigation { get; set; }
[<System.Configuration.ConfigurationProperty("smartNavigation", DefaultValue=false)>]
member this.SmartNavigation : bool with get, set
Public Property SmartNavigation As Boolean

Özellik Değeri

true akıllı gezinti etkinse; aksi takdirde , false. Varsayılan değer false değeridir.

Öznitelikler

Örnekler

Aşağıdaki kod örneği özelliğinin SmartNavigation nasıl kullanılacağını gösterir.

// Get the current SmartNavigation property value.
Console.WriteLine(
    "Current SmartNavigation value: '{0}'",
    pagesSection.SmartNavigation);

// Set the SmartNavigation property to true.
pagesSection.SmartNavigation = true;
' Get the current SmartNavigation property value.
Console.WriteLine( _
    "Current SmartNavigation value: '{0}'", pagesSection.SmartNavigation)

' Set the SmartNavigation property to true.
pagesSection.SmartNavigation = True

Açıklamalar

Uyarı

Akıllı gezinti için Microsoft Internet Explorer 5.5 veya üzeri gerekir.

Şunlara uygulanır