Hi,
What is the equivalent WebClient in Core? Error is "the type of namespace name WebClient could not be found"
using (WebClient client = new WebClient()) { string html = client.DownloadString("https://forums.asp.net"); //Do something with html then }