更新 asp.net Xml 站点地图
我正在工作的项目允许用户在 CMS 类型系统中创建页面。
我想使用 asp.net 站点地图来引用这些页面。 因此,当添加或移动页面时,Xml 站点地图将会更新。
这是一个实用的解决方案吗?是否有任何与此类似的可用解决方案?
The project I am working allows users to create pages in a CMS type system.
I would like to use an asp.net sitemap to reference these pages. So when a page is added or moved the Xml sitemap would be updated.
Is this a practical solution and are there any solutions available that work similar to this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能应该编写自己的 SiteMapProvider,请参阅 http://msdn.microsoft.com/ en-us/library/ms178431.aspx 从您的 CMS 加载。
You should probably write your own SiteMapProvider see http://msdn.microsoft.com/en-us/library/ms178431.aspx that loads from your CMS.