如何从 .net MVC 中的视图访问当前的 RouteData?
如果我想从 View
直接访问 RouteData
(例如当前操作或参数值),而不是必须将其作为控制器的一部分传递ViewData
,我会使用什么类?
If I want to directly access the RouteData
(the current action or parameter values for example) from the View
, rather than having to pass it in from the controller as part of the ViewData
, what class would i use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应该可以解决问题。
should do the trick.