BingWebPage.DeepLinks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.