我正在使用标准DocumentHelper.GetDocuments
来查找页面,对于顶级页面,.WhereEquals("NodeAlias", pageAlias)
它工作正常,其中 pageAlias 与“测试页面”一致。
一旦我开始解析子页面(所以pageAlias = "Test-Page/Another-Page"
) DocumentHelper 正在返回null
。
我想知道我是否可以以某种方式在 C# 中看到页面的 NodeAlias?这应该允许我更好地映射页面。
我正在使用标准DocumentHelper.GetDocuments
来查找页面,对于顶级页面,.WhereEquals("NodeAlias", pageAlias)
它工作正常,其中 pageAlias 与“测试页面”一致。
一旦我开始解析子页面(所以pageAlias = "Test-Page/Another-Page"
) DocumentHelper 正在返回null
。
我想知道我是否可以以某种方式在 C# 中看到页面的 NodeAlias?这应该允许我更好地映射页面。