简体   繁体   English

是否可以从同一解决方案中将项目A中的一页重定向到项目B中的页面?

[英]Is it possible to redirect from one page in Project A to a page in Project B from within the same solution?

Is it possible to redirect from one page in Project A to page in Project B with in same solution.Here the Project A is in C# and Project B In VB. 是否可以使用相同的解决方案从项目A中的一页重定向到项目B中的页面。这里项目A在C#中,而项目B在VB中。

Is it possible? 可能吗? If so, can anyone then tell me of any issues. 如果是这样,谁能告诉我任何问题。

You'd have to let project A know the base URL under which project B is running, probably via a setting in the Web.config file. 您可能必须通过Web.config文件中的设置,让项目A知道运行项目B的基本URL。 There's no simple shortcut way just because they're in the same solution. 没有简单的快捷方式,只是因为它们处于同一解决方案中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否可以从同一解决方案中将项目A中的一个页面重定向到项目B中的页面 - Is it possible to redirect from one page in Project A to a page in Project B from within the same solution 在同一解决方案中从另一个项目中的一个项目打开xaml页面 - Open a xaml page from one project in another project in the same solution 重定向到同一解决方案中其他项目的页面 - redirect to page on a different project in same solution 重定向到同一解决方案的不同项目中的另一个页面 - Redirect to another page in different project of same solution Blazor - 在一个解决方案中重定向到另一个项目中的页面 - Blazor - redirect to page in another project in one solution 将用户控件从一个项目复制到同一解决方案中的另一个项目 - Copy User Control from one project to another within same solution 从同一解决方案中运行第二个项目 - Run a second project from within the same solution 在同一解决方案中将一个项目的照片文件用于另一个项目 - Use photo file from one project to another project in the same solution 将服务引用从一个项目复制到同一解决方案中的另一个项目 - Copy service reference from one project to another project in same solution 从同一解决方案MVC中的不同项目访问EF ConnectionString - Accessing EF ConnectionString from different project within same solution MVC
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM