Share via


Query.WebSearchUrl Property

Definition

Gets the URL that takes the user to the Bing search results page for the query.Only related search results include this field.

[Newtonsoft.Json.JsonProperty(PropertyName="webSearchUrl")]
public string WebSearchUrl { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="webSearchUrl")>]
member this.WebSearchUrl : string
Public ReadOnly Property WebSearchUrl As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to