Link.Href 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.
This property contains a fully-qualified URL that can be called to retrieve the linked resource or perform the linked action
[System.Text.Json.Serialization.JsonPropertyName("href")]
public string Href { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("href")>]
member this.Href : string with get, set
Public Property Href As String
Property Value
- Attributes