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.
我在 .net 中有 5 个解决方案/项目。以及 1 个包含 iframe 的项目“菜单”来调用其他五个项目。我想知道如何在没有 iframe 的情况下做同样的事情。分离项目但创建一个大网络的最佳实践是什么?
谢谢你
如果我理解正确,请像这样使用用户控件。
yourpage.controls.add(new usercontrol("your_user_control_menu.ascx") as usercontrol);