标签: asp.net-mvc-2
如果我有以下
Url.Action(“索引”,“设置”);
如何确保网址始终
“设置/索引”而不是“设置”
答案 0 :(得分:2)
从Global.asax中的路由表中删除action = "Index"。
action = "Index"