Partager via


WebViewNavigationStartingEventArgs.Cancel Propriété

Définition

Obtient ou définit une valeur indiquant s’il faut annuler la navigation WebView .

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

void Cancel(bool value);
public bool Cancel { get; set; }
var boolean = webViewNavigationStartingEventArgs.cancel;
webViewNavigationStartingEventArgs.cancel = boolean;
Public Property Cancel As Boolean

Valeur de propriété

Boolean

bool

true pour annuler la navigation ; sinon, false.

S’applique à

Voir aussi