标签: sitecore glass-mapper sitecore-mvc sitecore8.1
我在sitecore 8.1 MVC中实现了控制器渲染。我在索引方法中收到以下错误:
错误:字典中没有给定的密钥
代码:
{ var context = new SitecoreContext(); var Model = context.GetCurrentItem<BasePage>(); //Error comes here return View(Model);
我是否错过任何玻璃贴图文件?有什么建议吗?