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.
在我的 MVC3 应用程序中,我的所有控制器都继承自自定义 BaseController(而后者又继承自 Controller)。有什么方法可以从这里请求的 url 获取 RouteData.Values 吗?
好吧,RouteData.Values应该可以直接从任何控制器操作中获得 - 所以你可以从你的控制器中解决它。您是否有任何特定的代码有问题?
RouteData.Values