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.
我可以将以下 URI 放在浏览器中,它会将我带到 Google 并处理请求。
http://www.google.com/search?q=Hello%20on%2013.09.8888@2500:39:41%20as%20test%20number%2005
但是,Uri.TryCreate 和 Uri.IsWellFormedUriString 都说这不是合法的 URI。解析这个的最佳方法是什么?对我的用户来说,它看起来“合法”......
谢谢。