SiteMapProvider实践:加载全部?

发布于 2024-08-24 20:33:10 字数 311 浏览 9 评论 0原文

我正在使用自定义站点地图提供程序 (SQL),它使我能够从数据库添加页面。我还有一个名为 products 的节点。有多个类别包含其他类别产品。

我目前在站点地图中加载所有产品和类别。 (除了产品之外,还有更多具有自定义子节点结构的业务对象)。 这是好的做法吗?

(目标是能够使用 SiteMap.CurrentNode 面包屑)

ps 我关闭了安全调整,并实现了自定义身份验证方法和自定义修剪在我的导航菜单中。

I'm using a custom sitemapprovider (SQL) which enables me to add the pages from the database. I also have a node called products. There are several categories which contain other categories or products.

I currently load ALL products and categories in the sitemap. (along with products there are more business objects which have a custom subnode-structure). Is this good practice?

(goal is to be able to use SiteMap.CurrentNode and breadcrumbs)

p.s. I have security-trimming turned off and i implement a custom authentication method and custom trimming in my navigation menu.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧人 2024-08-31 20:33:11

当然。

您为什么不想链接到您网站中的所有页面?

Of course.

Why wouldn't you want to link to all the pages in your site?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文