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.
我正在为 DNN 6.0 开发一个模块。我需要向模块添加一个菜单,菜单中的每个项目都会将一个用户控件加载到一个占位符中。我错过了任何菜单的东西???10倍
dotnetnuke 模块开发默认不支持模块级菜单。
实现方式有很多,和普通的asp.net开发差不多。
您可以使用查询字符串,您可以使用 asp.net 菜单并处理它的点击事件,并且有无穷无尽的想法列表。
请添加一些更具体的要求,以获得有关如何在 dotnetnuke 中巧妙处理的确切提示。
谢谢回复。我结束了使用“asp:LinkButton”。我的 asp.net 菜单有问题。10倍