【发布时间】:2015-05-19 22:03:15
【问题描述】:
我有像这样的长动作名称:
- GetBestSellerProducts
- GetBestSellerProductsThisYear
- GetBestSellerProductsThisYearInCity
- GetGeaturedProductsWeek
但名称对 api URI 没有用。
http://localhost/api/product/GetBestSellerProductsThisYearhttp://localhost/api/product/GetBestSellerProductsThisYearInCity/225412
有什么实用的方法来分隔小而易读的 URI。
http://localhost/api/product/statistics/bestseller/thisyear
【问题讨论】:
标签: asp.net-mvc asp.net-web-api asp.net-mvc-routing asp.net-web-api-routing