Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个搜索引擎(为什么不呢?)并且需要处理导航相对 url,例如“../about.aspx”、“/about.aspx”、“about.aspx”等
那里或.Net 库中是否有任何东西可以将这些转换为绝对地址?
看一下System.Uri类、System.UriBuilder类和System.HttpStyleUriParser类
是的,您可以使用system.uri.
system.uri