다음을 통해 공유


BingWebPage.DeepLinks Property

Definition

A list of links to related content that Bing found in the website that contains this webpage.

[System.Text.Json.Serialization.JsonPropertyName("deepLinks")]
public System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.Plugins.Web.Bing.BingWebPage>? DeepLinks { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("deepLinks")>]
member this.DeepLinks : System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.Plugins.Web.Bing.BingWebPage> with get, set
Public Property DeepLinks As IReadOnlyList(Of BingWebPage)

Property Value

Attributes

Remarks

The BingWebPage object in this context includes only the name, url, urlPingSuffix, and snippet fields.

Applies to