WebView2CompositionControl.GoBack Method

Definition

Navigates the WebView to the previous page in the navigation history. Equivalent to calling GoBack() If CoreWebView2 hasn't been initialized yet then does nothing.

public void GoBack();
abstract member GoBack : unit -> unit
override this.GoBack : unit -> unit
Public Sub GoBack ()

Implements

Applies to