gpt4 book ai didi

c# - 模块通信在 DNN 中不起作用

转载 作者:太空宇宙 更新时间:2023-11-03 21:59:08 25 4
gpt4 key购买 nike

我正在使用 DNN6,我创建了两个模块并尝试使用模块通信器在它们之间进行连接,这是我的代码:


#region IntermoduleCommunication
ModuleCommunicationEventArgs oArgs = new ModuleCommunicationEventArgs();
oArgs.Value = Session["ShoppingCart"];
if (ModuleCommunication != null)
ModuleCommunication(this, oArgs);
#endregion

但是我在 ModuleCommunication 变量中得到“null”?

最佳答案

您是否将模块包装在 DNN list 中的更新面板中(启用了支持部分渲染选项)?

如果我没记错的话,IMC 不会通过 UpdatePanels 工作。

关于c# - 模块通信在 DNN 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10998650/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com