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

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -