Class HalLink
Represents a HAL (Hypertext Application Language) link to a related resource or page.
public record HalLink : IEquatable<HalLink>
- Inheritance
-
HalLink
- Implements
- Inherited Members
Constructors
HalLink(Uri)
Represents a HAL (Hypertext Application Language) link to a related resource or page.
public HalLink(Uri Href)
Parameters
HrefUriThe URI of the linked resource.
Properties
Href
The URI of the linked resource.
[JsonPropertyName("href")]
[JsonProperty("href")]
public Uri Href { get; init; }