CoreWebView2.OpenDevToolsWindow Method

Definition

Opens the DevTools window for the current document in the WebView.

public void OpenDevToolsWindow ();
member this.OpenDevToolsWindow : unit -> unit
Public Sub OpenDevToolsWindow ()

Remarks

Does nothing if run when the DevTools window is already open.

Applies to