使用CefSharp C#WPF将POST数据发送到URL(使用PostDataExtensions)

时间:2019-05-20 10:33:11

标签: c# cefsharp

我需要使用cefsharp在正文中发送请求(如时间戳)。 我阅读了很多信息,并找到了一些解决方案(使用PostDataExtensions)。 但是我不明白,我该怎么用。 也许您可以帮我一些补充示例。

var cefInternal = new ChromiumWebBrowser();
cefInternal.Address = "https://google.com";

MainGrid.Children.Add(cefInternal);

0 个答案:

没有答案