using System;
using System.Net;
public class Program
{
public static void Main()
using (WebClient client = new WebClient())
Console.WriteLine(client.DownloadString("https://stackoverflow.com/questions/54768231/source-page-with-ipa-symbols"));
}