sitecore - sc :EditFrame in Sitecore MVC 的替代方案是什么

标签 sitecore sitecore8 sitecore-mvc page-editor

我正在从事的项目是使用 MVC 构建新的 Sitecore 8 站点,并且需要页面编辑器支持。简单字段可以使用 FieldRenderer.render() 方法进行处理,但也有一些 droplink 和 multilist 字段需要在页面编辑器中可用。 在 Web 表单中,您可以使用 sc:editframe 控件来实现此目的,但如何在使用 Sitecore MVC 时获得相同的功能?

最佳答案

仅供引用,Sitecore 8.2 支持编辑框架:

@using Sitecore.Mvc.Extensions    

然后

@using(Html.EditFrame(...)) {...}

关于sitecore - sc :EditFrame in Sitecore MVC 的替代方案是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29118585/

相关文章:

sitecore - 如何设置 Sitecore 8 默认登录重定向/起始页?

sitecore - 如何在 Sitecore 中模拟 RenderSection?

sitecore - 将子布局添加到 MVC 占位符 (PageEditor)

sitecore - 发布 :end event is just hitting the first selected language. 的事件处理程序知道吗?

orm - Sitecore glass mapper 和其他 ORMS

sitecore - 将图像从服务器上传到 sitecore 媒体库

sitecore - 如何将语言重置为默认语言

sitecore - 自定义 Sitecore 内容编辑器语言选择器

.net - 在 Sitecore 中重写 URL 参数

sitecore - Tracker.Current.Interaction.Referrer 为空