Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用经典的 asp.net 站点地图但配置请求路由以调用 MVC 控制器和相关操作?
例如:
<siteMap> <siteMapNode url="~/something.aspx" controller="Home" action="Default" /> </siteMap>
因此 url ~/something.aspx 将被路由到 Home 控制器上的 Default 操作。
你为什么不想尝试
http://mvcsitemap.codeplex.com/releases/view/60377
这是 MVC 的优秀书面站点地图提供程序