ASP 路由与相对链接
我正在尝试使用 Web 表单 3.5 SP1 在一个简单的站点上实现路由。问题在于该网站使用简单形式的 CMS,因此用户可以创建 html 内容并添加图像。 由于数据库中的所有“文章”都与相对于 Default.aspx 的图像 url 一起存储,并且我的路线是 idCat/*categoryPath,因此所有图像现在都显示为损坏。
我想我可以动态解析文章中的所有 src 和 href 属性,但我希望有更好的解决方案......
I'm trying to implement routing on a simple site using web forms 3.5 SP1. The problem is that the site is using a simple form of CMS, so the user can create html content and add images.
Since all the 'articles' in the database are stored with the image urls relative to the Default.aspx and my route is idCat/*categoryPath, all the images now appear broken.
I guess I could parse all the src and href attributes in the articles on the fly, but I'm hoping for a better solution...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在大多数所见即所得编辑器中,都有一个配置值来设置上传图像的完整路径。
更新:对于您的评论,ckEditor!它更加强大并且具有我提到的选项。
In most WYSIWYG editors there is a configuration value to set the full path for uploaded images.
UPDATE: For you comment, ckEditor! It is much more robust and has the option I have mentioned.