在阅读源代码以了解如何在 Orchard 中执行分层 URL 时,我在以下位置遇到了这个问题SlugTokens.cs
:
// /path/to/parent-item/
.Token("ParentPath", T("Parent Path"), T("The parent item's path and slug with an appended forward slash if non-empty"));
这是在哪里使用的?内容类型是否具有可以用来创建层次结构的父属性?
在阅读源代码以了解如何在 Orchard 中执行分层 URL 时,我在以下位置遇到了这个问题SlugTokens.cs
:
// /path/to/parent-item/
.Token("ParentPath", T("Parent Path"), T("The parent item's path and slug with an appended forward slash if non-empty"));
这是在哪里使用的?内容类型是否具有可以用来创建层次结构的父属性?