Sebazzz / SDammann.WebApi.Versioning

Versioning support for ASP.NET Web Api
Apache License 2.0
173 stars 43 forks source link

Using RouteConfig version defaults in Controller selection #20

Closed razorsmith closed 11 years ago

razorsmith commented 11 years ago

I found this useful for the "Header" versioning approach in the event that the version was not specified or for some 'Legacy' API methods that could be mapped to a version purely based on the routeTemplate

Sebazzz commented 11 years ago

Thanks.