Class TemplateLinks
Represents HAL (Hypertext Application Language) navigation links for a template resource.
public record TemplateLinks : IEquatable<TemplateLinks>
- Inheritance
-
TemplateLinks
- Implements
- Inherited Members
Constructors
TemplateLinks(HalLink, HalLink)
Represents HAL (Hypertext Application Language) navigation links for a template resource.
public TemplateLinks(HalLink Self, HalLink Fragments)
Parameters
SelfHalLinkLink to retrieve this template.
FragmentsHalLinkLink to list all template fragments belonging to this template.
Properties
Fragments
Link to list all template fragments belonging to this template.
[JsonPropertyName("fragments")]
public HalLink Fragments { get; init; }
Property Value
Self
Link to retrieve this template.
[JsonPropertyName("self")]
public HalLink Self { get; init; }