Share via


WebPage.DeepLinks Property

Definition

Gets a list of links to related content that Bing found in the website that contains this webpage. The Webpage object in this context includes only the name, url, urlPingSuffix, and snippet fields.

[Newtonsoft.Json.JsonProperty(PropertyName="deepLinks")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.WebPage> DeepLinks { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="deepLinks")>]
member this.DeepLinks : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.WebPage>
Public ReadOnly Property DeepLinks As IList(Of WebPage)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to