有没有办法在 ASP.Net Forms 页面中使用 RedirectToAction 或等效内容?
我有一个包含 Forms 和 MVC v2 页面的混合环境。我想从表单页面重定向到 MVC 页面。
通常我在控制器内使用 RedirectToAction。但是当我在 Asp.Net Forms 类型页面中时,我无法真正使用它。
我正在挖掘框架来寻找解决方案,我想我会在这里问,以防有人已经知道这个问题的答案。
I have a mixed environment with both Forms and MVC v2 pages. I want to redirect to a MVC page from a Forms page.
Usually I use RedirectToAction when within the controller. But when I am in a Asp.Net Forms type page I can't really use that.
I'm digging around the framework to find a solution, thought I would ask here in case someone already knows the answer to this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己找到了答案。我是这样解决这个问题的:
I found the answer on my own. Here is how I solved this: