ASP.NET MVC 2 区域和路由优先级
是否可以使用区域注册在 asp.net mvc 2 中设置路由优先级?我有一条捕获所有 {*pagePath} 路由,我想将其设置为最低优先级。
Is it possible to set route priority in asp.net mvc 2 using arearegistration? I have a catch all {*pagePath} route which I want to set the lowest priority on.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以,但是它仅适用于将内容发送到堆栈的后面(这对于您的包罗万象来说是一个好主意)。
我在我的项目中使用它的路线,并将其移动到列表的末尾。
Yes, you can, however it is only useful for sending things to the back of the stack (which is a good idea for your catch-all).
I use this on my project with routes and it moves it to the end of the list.