When I use the following RoutePrefix, it works
[RoutePrefix("api/v1/Home")]
But following doesn't
[RoutePrefix("api/v1.0/Home")]
Can't we use Versions with decimal?
When I use the following RoutePrefix, it works
[RoutePrefix("api/v1/Home")]
But following doesn't
[RoutePrefix("api/v1.0/Home")]
Can't we use Versions with decimal?