本文介绍了如何使用C#重定向Consol应用程序中的页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
亲爱的开发者
在用于重定向到其他页面的Web应用程序中,我们使用
Responce.redirect("Test.aspx").
如果我想通过consol应用程序使用重定向同一页面,则它不起作用.
任何人都可以告诉我们如何使用C#在consol应用程序中将一页重定向到另一页.
感谢和问候,
Ravi Sharma
Dear Developer
IN Web Aplication for the redirecting to other page , we use
Responce.redirect("Test.aspx").
If i want to use redirect same page through the consol application then its not work.
Any body tell hows to redirect the one page to other page in consol Application using C#.
Thanks And Regards,
Ravi Sharma
推荐答案
这篇关于如何使用C#重定向Consol应用程序中的页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!