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