Condividi tramite


WebView2.CanGoForward Proprietà

Definizione

Ottiene o imposta un valore che indica se lo spostamento in avanti è possibile.

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

void CanGoForward(bool value);
public bool CanGoForward { get; set; }
var boolean = webView2.canGoForward;
webView2.canGoForward = boolean;
Public Property CanGoForward As Boolean

Valore della proprietà

Boolean

bool

True, se è possibile spostarsi in avanti. In caso contrario, false. Il valore predefinito è true.

Si applica a