This extension method will return all the parameters of an Uri in a Dictionary<string, string>. In case the uri doesn't contain any parameters a empty dictionary will be returned.
Somehow I can't believe there is no standard method to do this though...
Any additions and/or comments are quite welcome :)