BingWebPage.DisplayUrl 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.
The display URL of the webpage.
[System.Text.Json.Serialization.JsonPropertyName("displayUrl")]
public string? DisplayUrl { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("displayUrl")>]
member this.DisplayUrl : string with get, set
Public Property DisplayUrl As String
Property Value
- Attributes
Remarks
The URL is meant for display purposes only and is not well formed.