Question:
Let's say you have a url like the following:
http://www.example.com/test/path/to/something?xue=213&flf=123
If I use GetDomain I can get the www.example.com.
If I use GetUrlPath I will get "/test/path/to/something".
Is there a third method to get the remaining "extra info"? I recognize I could parse it myself, but the above two methods are so handy, sort of hoping there's a third hidden in there somewhere I'm just not finding.
Thanks!
hz