asp.net - load html text of https (SSL) -
Do anyone know how to load the HTML element of HTML in ASP.NET?
Say .. You have the following URL:. How do I programmatically load html content of this url?
You are looking for: / P>
string source; (Var client = new webclient ()) using source = client.downloadString (url);
Comments
Post a Comment