Class JsonApiLinkObject
Represents a JSON API link object.
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Subsembly.Json
Assembly: Subsembly.Json.dll
Syntax
public class JsonApiLinkObject : JsonObject, ICloneable
Properties
Href
Declaration
public Uri Href { get; }
Property Value
Type | Description |
---|---|
System.Uri |
Implements
System.ICloneable