dimanche 22 décembre 2019

C# Download webpage content with given parameters

I have a problem. I am trying to get the content of my webpage, so I found this code:

WebClient client = new WebClient();
string downloadString = client.DownloadString("mysite.org/page.php");

But I have a few $_POST variables in my php page, so how can I add them to the download of the page?

Aucun commentaire:

Enregistrer un commentaire