Compartir a través de


WebPage.DeepLinks Propiedad

Definición

Obtiene una lista de vínculos al contenido relacionado que Bing encontró en el sitio web que contiene esta página web. El objeto Página web de este contexto solo incluye los campos nombre, url, urlPingSuffix y fragmento de código.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a