DotNetNuke (DNN) 1 模块 - 3 ASCX 文件场景

发布于 2024-12-17 09:04:33 字数 493 浏览 3 评论 0 原文

我是 DNN 新手。我创建了一个包含三个控件(C#、.NET3.5)的 DNN 模块:

  • Controller
  • EmailRequest
  • DealSuccess

Controller 检查 ["ClientEmail"] cookie 值 AND if NULL 重定向到 EmailRequest 控件,如果 NOT NULL 重定向到 DealSuccess 控件。

我需要在 DNN 中连接这些组件。我决定为 EmailRequestDealSuccess 创建单独的页面。

将这些控件与其各自的页面关联起来(包括构建/分配 URL 和调用它们)有点不明确,因为其中一些需要在 DNN 配置中完成,另一些需要在代码中完成。

I am new to DNN. I have created a DNN module with three controls (C#, .NET3.5) :

  • Controller
  • EmailRequest
  • DealSuccess

Controller checks ["ClientEmail"] cookie value AND if NULL redirects to EmailRequest control, if NOT NULL redirects to DealSuccess control.

I need to wire these components in DNN. I have decided to create separate pages for EmailRequest, DealSuccess.

Associating these controls and their respective pages, including building/assigning URLs and calling them, is bit ambiguous because some of that needs to be done in DNN configuration and some in code.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

贵在坚持 2024-12-24 09:04:33

根据您昨天的回复,我对您的论坛帖子的回复为您澄清了这一点

http://www.dotnetnuke.com/Resources/Forums/forumid/201/postid/439089/scope/posts.aspx#439089

According to your reply yesterday, my reply to your forum post clarified this for you

http://www.dotnetnuke.com/Resources/Forums/forumid/201/postid/439089/scope/posts.aspx#439089

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