Turning local paths from an HTML code in external accessible paths
Condensed single line version using one of the overloaded methods of Uri;String fullurl = new Uri(new Uri("http://website.com"), "/path/download.php").ToString();
Condensed single line version using one of the overloaded methods of
Uri
;
String fullurl = new Uri(new Uri("http://website.com"), "/path/download.php").ToString();