阅读背景:

使用mvc路由约束,url只能映射到三个可能的参数之一

来源:互联网 

Here is my route:

这是我的路线:

routes.MapRoute(null, "myaccount/monitor/{category}", // Matches
                new { controller = "MyAccount", action = "Monitor", category = (string)null }
);
routes.MapRoute(n



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: