站点地图控制
我们已经在asp.net中创建了站点地图控件。我们创建了“Web.Sitemap”并使用了站点地图节点和站点地图数据源的控件。我运行它。无法正常工作。显示为空白。
we have created on sitemap control in asp.net.we have create 'Web.Sitemap' and controls we used sitemapnode and sitemap datasource.I run it. does nt work correctly. It shows blank.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我经历过显示站点地图,但没有税(因此不可点击)。其原因是 XML 区分大小写。将
Title="
更改为title="
为我解决了这个问题。我不确定是否有这样的偏好。
I have experienced sitemaps displaying, but with no taxt (and therefore not clickable). The reason for this turned out to be the XML was case sensitive. Changing
Title="
totitle="
fixed it for me.I am not sure if there is a preference for that.