다음을 통해 공유


BingWebPage.DisplayUrl Property

Definition

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.

Applies to