Partilhar via


BingWebPage.Id Property

Definition

An ID that uniquely identifies this webpage in the list of web results.

[System.Text.Json.Serialization.JsonPropertyName("id")]
public string? Id { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("id")>]
member this.Id : string with get, set
Public Property Id As String

Property Value

Attributes

Remarks

The object includes this field only if the Ranking answer specifies that you mix the webpages with the other search results. Each webpage contains an ID that matches an ID in the Ranking answer. For more information, see Ranking results.

Applies to