Hello, there is a link 
When clicking on it, there is such an html code, inside of which contains information that needs to be parsed.
have a WebClient
WebClient client = new WebClient(); client.Encoding = Encoding.UTF8; client.Headers.Add("user-agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36"); need to learn html code using webclient, is it possible?