0
kicks
Extending your ASP.NET Web API responses with useful metadata
In Web API, by default, you just serialize your models (or DTO). Let’s build something which help you decorate (wrap) your response with helpful metadata, like “total Results”, “timestamp”, “status” and so on.