All C# extension methods for type uri
-
ToTiny
Converts a given URI to a TinyUrl.com address. Utilises the TinyUrl.com website so requires that the application can access the server
-
Paramaters
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 :)