Skip to content

Links

class in JsonApiToolkit.Models.Metadata

Hypermedia links for navigation and pagination.

public class Links

Constructors

Properties

Self : string

Link to the current resource.

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.