I have an ASP.NET MVC 4 app. I want to use the new Web API feature for learning purposes. I want to learn how to expose the same endpoint, but provide different versions of it.
Using HttpControllerSelctor Implementation Controller Versioning in Web Api 2 using URL
for more information you can check and Here