我在sitecore 8.1 MVC中實現了控制器渲染。我收到以下錯誤索引方法: ERROR: The given key was not present in the dictionary 代碼: {
var context = new SitecoreContext();
var Model = context.GetCurrentItem<BasePage>(); //Error com
當我使用玻璃映射的SitecoreContext().GetItem<Sitecore.Data.Items.Item>(ItemPath)它工作正常,但只要我用它與TDS +玻璃產生我的定製機型,它返回null。 我的代碼如下: NavigationHelper.cs public class NavigationHelper
{
public static int GetChild
我們正在努力將Nunit測試集成到我們的Web應用程序中。這裏我們使用Nsubstitute作爲嘲諷的框架。 項目架構去如下: Public class BaseService : Glass.Mapper.Sc.SitecoreContext
{
public BaseService(){}
}
Public class DerivedService : BaseService