向 DNN 6 模块添加菜单

发布于 2024-11-30 16:05:08 字数 80 浏览 0 评论 0原文

我正在为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浮生未歇 2024-12-07 16:05:08

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.

若无相欠,怎会相见 2024-12-07 16:05:08

感谢您的回复。
我结束使用“asp:LinkBut​​ton”。我的 asp.net 菜单有问题。
10倍

Thanks for the reply.
I ended using "asp:LinkButton". I had problem with the asp.net menu.
10x

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文