我正在使用sitecore 8.2和glassmapper 4.3。
我可以使用Isitecorecontext.GetItem<T>(path)
获取后备项目,但是当我尝试使用如下所示的sitecore查询来阅读项目时
public partial interface T
{
[SitecoreQuery("./*[@@templatename='TemplateName']", InferType =true, IsLazy = true, IsRelative = true)]
IMultiSiteContext ConfigurationRoot { get; set; }
}
ConfigurationRoot是在该T
的部分界面中创建的额外属性