Class Links
A typed collection of links
Inheritance
System.Object
Links
Namespace: Steeltoe.Management.Endpoint.Hypermedia
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class Links : object
Properties
| Edit this page View Source_links
Gets or sets the list of links contained in this collection
Declaration
public Dictionary<string, Link> _links { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<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 |