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 CMS 中使用 ASP.NET MVC 或 Web 表单,但是是否可以在 Umbraco CMS 中使用单页应用程序(SPA)?如果是,我该怎么做?
您可以参考这篇文章,其中包含使用 Umbraco 作为 SPA 的数据源。
我过去使用的一种方法是通过创建 Web Api 控制器将底层 Umbraco 数据公开为 Web 服务,如文档中所述。
然后,您可以构建一个使用此 RESTful Web 服务的 SPA 应用程序。请查看本教程以获取示例。