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.
如何在 winforms 应用程序中将节点从 umbraco 中取出?基本上,我想使用 umbraco 作为数据输入,并让一个 winforms/wpf 应用程序可视化存储在 umbraco 中的数据。有人可以指出我正确的方向吗?
是的,您可以使用 Umbraco .NET API 来做到这一点。只需包含正确的 Umbraco dll 作为参考,然后您就可以加载内容或媒体并使用 API 对其进行操作。
在 Our Umbraco 的文档部分中查看有关 API 的更多信息:
http://our.umbraco.org/documentation/Reference/