From 5025988f13bdf7b671656fbc0f6ed63502087665 Mon Sep 17 00:00:00 2001 From: Russ Kollmansberger Date: Fri, 19 Jul 2024 08:47:52 -0500 Subject: [PATCH] Add WebView2 --- WebView2.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 WebView2.md diff --git a/WebView2.md b/WebView2.md new file mode 100644 index 0000000..c3fba7f --- /dev/null +++ b/WebView2.md @@ -0,0 +1,13 @@ +### Applying Proxy Settings +https://docs.microsoft.com/en-us/answers/questions/247173/how-to-use-proxy-for-current-version-of-webview2-1.html + +### Distribution +https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution + +### POSTing to Pages +https://docs.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2.navigatewithwebresourcerequest?view=webview2-dotnet-1.0.1210.39 + +### Related: WebBrowser Emulation +To force a WebBrowser control to emulate IE11: + +`Microsoft.Win32.Registry.SetValue(@"HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION", AppDomain.CurrentDomain.FriendlyName, 11000);` \ No newline at end of file