Tagged Questions
0
votes
1answer
453 views
C# webbrowser postData -> default
I have a problem sending postData while user click on button on some webpage. It means that postData cannot be Null. Here is the code:
webBrowser1.Navigate(e.Url, "_self", default(byte[]), headers);
...