MvcSitemapProvider 在 Https 而不是 Http 中返回所有内容
我正在使用 MvcSitemapProvider 并且工作正常,但是 它以 Https 而不是 Http 返回所有结果。
我无法找到一种方法来返回http(搜索引擎的站点地图)
<mvcSiteMapNode title="Details" controller="Home" action="News" dynamicNodeProvider="DynamicPostDetailsProvider, MyNamespace" updatePriority="Normal" />
返回的结果,例如
<url>
<loc>https://localhost:1118/Home</loc>
<changefreq>always</changefreq>
<priority>0.75</priority>
</url>
i am using MvcSitemapProvider and is working fine, but
its returning all results in Https instead of Http.
i am unable to find a way to return the results in http (sitemap for search engine)
<mvcSiteMapNode title="Details" controller="Home" action="News" dynamicNodeProvider="DynamicPostDetailsProvider, MyNamespace" updatePriority="Normal" />
returns like
<url>
<loc>https://localhost:1118/Home</loc>
<changefreq>always</changefreq>
<priority>0.75</priority>
</url>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您对此工作项感兴趣。该错误在 2.0.0 版本发布后已修复,因此您可能需要查看最新的源代码并自行构建。
I think this workitem is of interest to you. This bug was fixed after the 2.0.0 release was published, so you may need to check out latest source and build it yourself.