Walter's profileWalter's SpacePhotosBlogListsMore ![]() | Help |
|
June 29 Gotchas with System.UriSystem.Uri is a class that has several caveats with usage. Three methods deserve scrutiny:
The first two functions should be banned from usage because they lead to several unintended behaviors. Demonstration: take a nice, pretty url like below. It has double-url-encoding to preserve the rru parameter (highlighted)
In conclusion, the method you really want to use is Uri.AbsoluteUri. |
|
|