Disable inspect element in Web view Winforms C# using Microsoft.webview2

preview_player
Показать описание

Whatsapp Number: +923338672398

If any question comment below
here is a code:
webView21.CoreWebView2.Settings.AreBrowserAcceleratorKeysEnabled = false;
webView21.CoreWebView2.Settings.AreDefaultContextMenusEnabled = false
Рекомендации по теме
Комментарии
Автор

Now how can we hide the pdf toolbar while a pdf is displayed in the Wewbiew2? Thank you very much for the tip, you saved me a lot of time.

jean-sebastienperron
Автор

Hello, I'm using vb with webview. How can I do the same thing disable inspect as well as to disable right click as wrll as Alt, Ctrl and Del button in the webviewer. Can you help me out please?

DiyintheGhetto