BingWebPage.Url 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 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.