Class HateoasLink
Reperesents a "Hypermedia As The Engine Of Application State" link in a response from the server.
Inheritance
System.Object
HateoasLink
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public class HateoasLink
Properties
| Name | Description |
|---|---|
| Href | The address the link points to. |
| Rel | The relationship of this link to parent data. |
| Title | The title of the link. |