我正在使用标准的DocumentHelper.GetDocuments
查找页面,对于顶层页面,.WhereEquals("NodeAlias", pageAlias)
可以正常工作,其中pageAlias沿“ Test-Page”行。
一旦我开始解析子页面(因此pageAlias = "Test-Page/Another-Page"
),DocumentHelper将返回null
。
我想知道是否能以某种方式在C#中看到页面的NodeAlias? 这应该可以让我更好地映射页面。
答案 0 :(得分:1)
“ NodeAlias”通常只是页面的URL友好别名-例如“ Another-page”。我相信您可能正在寻找“ NodeAliasPath”,它将为您提供完整的别名路径-“ / Test-Page / Another-Page”