Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Umbraco 中看到了一些关于 DynamicNode 的示例。但我不明白如何使用这些。
谁能告诉我我必须做哪些参考才能使用 DynamicNode?
我正在使用 C#、ASP.NET 网络表单和 Umbraco 4.7。
看一下:
Razor DynamicNode 备忘单
您可以在页面右下角看到引用(使用):
@using umbraco.MacroEngines @inherits umbraco.MacroEngines.DynamicNodeContex
也许您需要添加 uComponents 库(其中一部分现在位于 umbraco 核心上,但我认为它是从 4.8.0 开始的)。