Class Links
A typed collection of links.
Inheritance
System.Object
Links
Namespace: Steeltoe.Management.Endpoint.Actuators.Hypermedia
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class Links : object
Properties
| Edit this page View SourceEntries
Gets the list of links contained in this collection.
Declaration
public IDictionary<string, Link> Entries { get; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, Link> |
Type
Gets or sets the type of links contained in this collection.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |