你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebPage.DeepLinks 属性

定义

获取必应在包含此网页的网站中找到的相关内容的链接列表。 此上下文中的网页对象仅包括名称、URL、urlPingSuffix 和代码片段字段。

[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)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于