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.
我正在寻找一些允许编写本地 HTML 以便稍后通过某种协议在远程站点上发布的开源编辑器。这是为了创建一个由所有客户端驱动的轻型 CMS。像这样的东西已经存在了吗?
您可以查看用于 WinForms的HtmlTextBox或用于 WPF 的RichText Editor。