如何在没有root的情况下获取绝对url?
I have this root: http://localhost/foldername/about
I would like to get only the /about
part.
How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Uri.Segments 属性
查看有关 Uri 类 MSDN 的更多信息
Use Uri.Segments Property
See more about Uri Class MSDN
这应该对您有帮助:
http://www.west-wind.com/weblog/posts/2009/Dec/21/Making-Sense-of-ASPNET-Paths
This should be of help to you:
http://www.west-wind.com/weblog/posts/2009/Dec/21/Making-Sense-of-ASPNET-Paths