URL的Path.Combine吗?

只谈情不闲聊 提交于 2020-08-09 16:32:03

问题:

Path.Combine is handy, but is there a similar function in the .NET framework for URLs ? Path.Combine很方便,但是.NET框架中是否有用于URL的类似功能?

I'm looking for syntax like this: 我正在寻找这样的语法:

Url.Combine("http://MyUrl.com/", "/Images/Image.jpg")

which would return: 这将返回:

"http://MyUrl.com/Images/Image.jpg"


解决方案:

参考一: https://stackoom.com/question/1Yzx/URL的Path-Combine吗
参考二: https://oldbug.net/q/1Yzx/Path-Combine-for-URLs
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!