WebView2.CanGoForward Eigenschaft

Definition

Ruft einen Wert ab oder legt einen Wert fest, der angibt, ob die Vorwä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 CanGoForward { bool get(); void set(bool value); };
bool CanGoForward();

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

Eigenschaftswert

Boolean

bool

True, wenn die Weiterleitungsnavigation möglich ist. Andernfalls „false“. Der Standardwert ist „true“.

Gilt für: