News

Web API 2 includes a few different types of routing attributes. To start with, the base HttpGet, HttpPut, HttpPost, and HttpDelete now have an override that allows you to specify a custom route ...
Web API has already become the technology of choice for building light weight HTTP services. In this post, I’ll present a discussion on how routing works in Web API. When you create a Web API ...