ASP.NET MVC Route不起作用,为什么?

时间:2013-02-15 01:51:38

标签: asp.net-mvc asp.net-mvc-3

我有这条路线:

routes.MapRoute(
    name: "ThreadList",
    url: "Forums/{category}/",
    defaults: new { controller = "Forums", action = "ThreadList" }
);

它与此链接不匹配:

http://localhost:11227/Forums/MyCategory

我犯了错误?

0 个答案:

没有答案
相关问题