65.9K
CodeProject is changing. Read more.
Home

Turning local paths from an HTML code in external accessible paths

starIconstarIconstarIconstarIconstarIcon

5.00/5 (1 vote)

Feb 20, 2011

CPOL
viewsIcon

4522

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();