要将CKEditor集成到Asp.net MVC中,请按照以下步骤操作:
<p>This is some <strong>sample text</strong>. You are using <a href="https://ckeditor.com/">CKEditor</a>.</p>
</textarea><script src="/path/to/ckeditor/ckeditor.js"></script><script>
CKEDITOR.replace('editor1');
</script>
请确保将“/path/to/ckeditor/”替换为CKEditor文件在项目中的实际路径。
[HttpPost]
public ActionResult Create(string editor1)
{
// 处理编辑器内容
// ...
}
这样,CKEditor就已经成功集成到Asp.net MVC项目中了。
企业创新在线学堂
云原生正发声
云+社区技术沙龙[第22期]
微搭低代码直播互动专栏
领取专属 10元无门槛券
手把手带您无忧上云