Link.Href Property

Definition

[Newtonsoft.Json.JsonProperty("href")]
public Uri Href { get; set; }
[<Newtonsoft.Json.JsonProperty("href")>]
member this.Href : Uri with get, set
Public Property Href As Uri

Property Value

Uri
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to