asp.net 面包屑导航

发布于 2024-10-28 10:10:31 字数 90 浏览 1 评论 0原文

我的面包屑有问题 - 当我使用面包屑在面包屑中移回站点地图路径控件中的上一个节点时,是否有方法存储数据。

有办法解决这个问题吗?

谢谢

I am having a problem with the breadcrumbs - when I use the breadcrumb to move back in the breadcrumb to the previous node in the sitemappath control is there way to store the data.

is there a way around this?

thanks

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

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

发布评论

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

评论(1

榕城若虚 2024-11-04 10:10:31

我怀疑默认站点地图是否可能实现这一点,因为每个节点都是一个简单重定向的链接。您必须使用按钮自定义站点地图并处理点击事件并在会话中存储信息并跟踪用户导航。这可能是一个复杂的结构。

或者可能正在开发您自己的面包屑,例如站点地图:(

I doubt that is possible with default sitemap because each node is a link that simply redirects. You will have to either customized the sitemap with may be buttons and handle click event and store info in session and also keep track of user navigation. This might turn out to be a complex structure.

OR may be developing your own breadcrum like sitemap :(

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