Links¶
class in JsonApiToolkit.Models.Metadata
Hypermedia links for navigation and pagination.
Constructors¶
Links()¶
Properties¶
Self : string¶
Link to the current resource.
Related : string¶
Link to the related resource.
First : string¶
Link to the first page.
Last : string¶
Link to the last page.
Prev : string¶
Link to the previous page.
Next : string¶
Link to the next page.