在ASP.NET MVC 5项目中配置可爱编辑器

时间:2015-10-12 10:55:37

标签: c# asp.net-mvc asp.net-mvc-4 asp.net-mvc-5 cuteeditor

我想在ASP.NET MVC 5项目中加载可爱的编辑器。这可能吗?

根据这个Cute Editor Documentation我已经遵循了每一步。但它没有解释如何为ASP.NET MVC Web项目视图页面配置Cute Editior。

所以这是我的cshtml视图页面(HTML页面)

 <Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor">

@{
    ViewBag.Title = "Index";
    Layout = "~/Views/Shared/_Layout.cshtml";
}

<h4> Edit the Brochure </h4> 


<form runat="server">
    <CE:Editor id="Editor1" runat="server" />
</form>

我还错过了什么

1 个答案:

答案 0 :(得分:1)

您在视图中使用了asp.net服务器端代码和MVC razor视图引擎。

要在MVC视图中实现可爱编辑器,请参阅以下链接中的步骤:

http://richtexteditor.com/deployment/rich-text-editor-aspnet-mvc.aspx