Class Link
Represents a hyperlink reference used in HAL (Hypertext Application Language) responses.
public class Link
- Inheritance
-
Link
- Inherited Members
Remarks
This class is typically used within HALLinks for pagination navigation.
Properties
Href
Gets or sets the URL of the linked resource.
[JsonProperty("href")]
public string Href { get; set; }