SiteMapProvider实践:加载全部?
我正在使用自定义站点地图提供程序 (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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然。
您为什么不想链接到您网站中的所有页面?
Of course.
Why wouldn't you want to link to all the pages in your site?