Freigeben über


BingWebPage.IsNavigational Property

Definition

A Boolean value that indicates whether the user’s query is frequently used for navigation to different parts of the webpage’s domain. Is true if users navigate from this page to other parts of the website.

[System.Text.Json.Serialization.JsonPropertyName("isNavigational")]
public bool? IsNavigational { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("isNavigational")>]
member this.IsNavigational : Nullable<bool> with get, set
Public Property IsNavigational As Nullable(Of Boolean)

Property Value

Attributes

Applies to