Description
new Uri("http://localhost/db/$med#Anti.%E5%AE%8C%E6%88%90%28%29", UriKind.Absolute).IsWellFormedOriginalString() return false, it should be true
Notes
new Uri("http://localhost/db/$med#Anti.完成()", UriKind.Absolute).IsWellFormedOriginalString() will return true. the result of UnescapeDataString("%E5%AE%8C%E6%88%90%28%29") is 完成()
Description
new Uri("http://localhost/db/$med#Anti.%E5%AE%8C%E6%88%90%28%29", UriKind.Absolute).IsWellFormedOriginalString()return false, it should be trueNotes
new Uri("http://localhost/db/$med#Anti.完成()", UriKind.Absolute).IsWellFormedOriginalString()will return true. the result ofUnescapeDataString("%E5%AE%8C%E6%88%90%28%29")is 完成()