Replies: 1 comment
-
See https://github.com/cefsharp/CefSharp/wiki/General-Usage#load-url-with-postdata |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I'm fairly new to this but I want to migrate the old MS webbrowser control to CEFSharp.
my code looks like this (see below)
How would the line :
webControl.Navigate(providerUrl, null, postdata, "Content-Type: application/xml" + Environment.NewLine + "Content-Type: " + contentType + Environment.NewLine);
look in CEFSharp?
Any help would be appreciated.
private void CallHttpWebsite()
{
tb_Link.Text = providerUrl;
Beta Was this translation helpful? Give feedback.
All reactions