Skip to content
Discussion options

You must be logged in to vote

You can pass in a stub Bundle resource to the Continue method like:

    var stub = new Bundle
    {
        Type = Bundle.BundleType.Searchset,
        Link = new List<Bundle.LinkComponent>
        {
            new Bundle.LinkComponent
            {
                Relation = "next",  // or "previous"/"first"/"last"
                Url = nextLinkUrl
            }
        }
    };

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@TimothyMDean
Comment options

@TimothyMDean
Comment options

@alexzautke
Comment options

@TimothyMDean
Comment options

Answer selected by TimothyMDean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants