WebView2.CanGoBack Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Rückwärtsnavigation möglich ist.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe die Windows App SDK Namespaces).

public:
 property bool CanGoBack { bool get(); void set(bool value); };
bool CanGoBack();

void CanGoBack(bool value);
public bool CanGoBack { get; set; }
Public Property CanGoBack As Boolean

Eigenschaftswert

Boolean

bool

True, wenn die Rückwärtsnavigation möglich ist. Andernfalls „false“. Der Standardwert ist „true“.

Gilt für: