读取模板,放到ueditor中进行编辑
@model WeiXin_Shop.Models.WX_GoodsDetails
@Html.Partial("_MasterPage")
@{
ViewBag.Title = "Edit";
}
@using (Html.BeginForm())
{
@Html.ValidationSummary(true)
@Html.HiddenFor(model => model.id)
@Html.TextAreaFor(model => model.htmlStr, new { id = "editor", style = "width:100%;height:500px;" })
</div>
</body>
}
手机扫一扫
移动阅读更方便
你可能感兴趣的文章