Share via


WebPage.DisplayUrl Property

Definition

Gets the display URL of the webpage. The URL is meant for display purposes only and is not well formed.

[Newtonsoft.Json.JsonProperty(PropertyName="displayUrl")]
public string DisplayUrl { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="displayUrl")>]
member this.DisplayUrl : string
Public ReadOnly Property DisplayUrl As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to