gpt4 book ai didi

asp.net-mvc - 删除或替换 RouteTable 中的现有路由

转载 作者:行者123 更新时间:2023-12-01 16:47:58 26 4
gpt4 key购买 nike

我得到了一个 ASP.NET MVC 2.0 Preview 1 应用程序,并开始创建一些包含自己的路由的区域。

我希望有一种方法可以在主项目中覆盖这些路由。我当然不能添加同名的新路线。我可以看到 RouteTable.Routes.Remove(RouteBase item) 但不知道如何使用它。

//Need to remove "PostIndex" before adding it again
routes.MapAreaRoute(
"OurAreaNameSpace",
"PostIndex",
"post/index/{currentPage}",
new { controller = "Post", action = "Index", currentPage = "" },
new string[] { "OurAreaNameSpace.Controllers" }
);

最佳答案

这该怎么办?

RouteTable.Routes.Remove(RouteTable.Routes["PostIndex"]);

关于asp.net-mvc - 删除或替换 RouteTable 中的现有路由,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1417895/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com