WebClient problem with URL which ends with a period

后端 未结 5 1809
无人及你
无人及你 2021-01-21 13:48

I\'m running the following code;

using (WebClient wc = new WebClient())
{
    string page = wc.DownloadString(URL);
    ...
}

To access the URL

5条回答
提交回复
热议问题