다음을 통해 공유


BingWebPage.Url Property

Definition

The URL to the webpage.

[System.Text.Json.Serialization.JsonPropertyName("url")]
public string? Url { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("url")>]
member this.Url : string with get, set
Public Property Url As String

Property Value

Attributes

Remarks

Use this URL along with name to create a hyperlink that when clicked takes the user to the webpage.

Applies to