Search code examples
restservicestackhypermedia

ServiceStack HyperMedia


Is there a preferred method/example to implement hypermedia links with service stack. Should I just try to follow the concepts laid out in this article or is there a better way?

Thanks in advance Darren


Solution

  • See this earlier answer for one way of adding hypermedia links to ServiceStack responses.

    The Reverse Routing section on the documentation on Routing should also be helpful in generating urls from DTO's.