asp.net mvc4 路由{controller}/{number1}/{action}/{number2}如何实现
我RouteConfig里配置了,但没生效。是哪里错了吗?
要注意路由写的顺序,前面的匹配上了就不执行后面。