开发者

asp.net mvc 2 forward request

开发者 https://www.devze.com 2023-03-05 06:34 出处:网络
how can I forward request from controller to anot开发者_如何学Pythonher url in the app that I have a route defined for?

how can I forward request from controller to anot开发者_如何学Pythonher url in the app that I have a route defined for?

Thanks

-- MB


RedirectToRoute or RedirectToAction should do the trick.

0

精彩评论

暂无评论...
验证码 换一张
取 消