ASP NET Web API Route templates
问题 I have an entity named Agency with following apis GET http://localhost:37331/api/agency?start=1&limit=10&status=1 GET http://localhost:37331/api/agency/2 POST http://localhost:37331/api/agency PUT http://localhost:37331/api/agency DELETE http://localhost:37331/api/agency/4 POST http://localhost:37331/api/agency/activate/3 POST http://localhost:37331/api/agency/deactivate/3 GET http://localhost:37331/api/agency/types The route templates I used are config.Routes.MapHttpRoute( name: