好彩頭
Attribute Routing in ASP.NET Web API 2 | The ASP.NET Site 話說有天,小學妹穿了件短褲,準備出去玩。同學見了對她說: "哇!好彩頭好彩頭!新年出門就見好彩頭!" 小學妹很不好意思:"人家有穿絲襪啦!" 沒想到她同學接著說:"哇!蘿蔔還包保鮮膜啊Notice that some of the constraints, such as "min", take arguments in parentheses. You can apply multiple constraints to a parameter, separated by a colon. [Route("users/{id:int:min(1)}")] public User GetUserById(int id) { ... } Custom Route Constraints Y...
全文閱讀