向 DNN 6 模块添加菜单
我正在为 DNN 6.0 开发一个模块。我需要向模块添加一个菜单,菜单中的每个项目都会将用户控件加载到占位符中。 我缺少菜单内容吗1??? 10倍
I'm developing a module for DNN 6.0. I need to add a menu to the module, each item in the menu will load a usercontrol into a placeholder.
I'm missing the menu stuff any1???
10x
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
dotnetnuke 模块开发默认不支持模块级菜单。
实现方式有很多种,和普通的asp.net开发类似。
您可以使用查询字符串,您可以使用 asp.net 菜单并处理它的单击事件,并且有无穷无尽的想法。
请添加一些更具体的要求,以获得有关如何在 dotnetnuke 中巧妙处理该问题的准确提示。
Module level menus are not supported by default in dotnetnuke module development.
There are many ways to implement it, which is similar to normal asp.net development.
You can use query string, you can use asp.net menu and handle it's click event and there is an endless list of ideas.
Please add some more specific requirements to get exact tip on how to handle that smartly in dotnetnuke.
感谢您的回复。
我结束使用“asp:LinkButton”。我的 asp.net 菜单有问题。
10倍
Thanks for the reply.
I ended using "asp:LinkButton". I had problem with the asp.net menu.
10x