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 中使用“在画布中编辑”功能时,我看到以下错误消息:
Umbraco Canvas 需要 ASP.Net 表单才能正常运行。实时编辑已关闭。
要启用画布编辑,您必须确保您的页面包含一个设置为runat=server
runat=server
<form id="form1" runat="server"> ... </form>