Kentico - 门户网站 + ASPX
Kentico - Portal + ASPX
问题
我想知道是否使用 Kentico 11 CMS.
官方 支持同一网站上的 ASPX + Portal
研究
文档指出:
If required, the Portal Engine and ASPX Templates models can be
combined on a single website. For example, you can place pages using
ASPX templates onto a portal engine website, and even insert custom
ASPX pages implementing your own applications. On the other hand, you
can create ASPX page templates with areas that can be edited through
the portal engine.
另一方面,官方支持部分仅列出了这些模式:
- 门户引擎
- ASPX 模板
- MVC
因此我不太确定事情是怎么回事。
截至本 post 日期,门户网站 + ASPX 在 v11 中仍受支持。
但是,如果您想跟上 Kentico 的步伐以及市场趋势,您将转向 MVC。采取 look at Kentico's Roadmap,很明显他们正在采用 MVC 优先方法。
如果您还没有接受 MVC 并正在考虑 ASPX,我建议您仔细研究一下并问问自己为什么。您在 ASPX 中可以做的任何事情都可以在带有 webparts and/or global handlers/events 的 Portal 中同样轻松地完成。
问题
我想知道是否使用 Kentico 11 CMS.
研究
文档指出:
If required, the Portal Engine and ASPX Templates models can be combined on a single website. For example, you can place pages using ASPX templates onto a portal engine website, and even insert custom ASPX pages implementing your own applications. On the other hand, you can create ASPX page templates with areas that can be edited through the portal engine.
另一方面,官方支持部分仅列出了这些模式:
- 门户引擎
- ASPX 模板
- MVC
因此我不太确定事情是怎么回事。
截至本 post 日期,门户网站 + ASPX 在 v11 中仍受支持。
但是,如果您想跟上 Kentico 的步伐以及市场趋势,您将转向 MVC。采取 look at Kentico's Roadmap,很明显他们正在采用 MVC 优先方法。
如果您还没有接受 MVC 并正在考虑 ASPX,我建议您仔细研究一下并问问自己为什么。您在 ASPX 中可以做的任何事情都可以在带有 webparts and/or global handlers/events 的 Portal 中同样轻松地完成。