Umbraco:列出用户控件中的子节点
我有一个用户控件,需要根据parentID 返回子节点。 我能够获取parentID,但不知道返回子节点的语法。
I have a user control in which I need to return child nodes based on parentID. I am able to get the parentID, but don't know the syntax for returning child nodes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
获取子节点非常简单。
不确定您的代码进展到什么程度,所以这里是一个包含各种选项的完整示例:
Getting child nodes is pretty straightforward.
Not sure how far you are with your code so here's a complete example with the various options: