WebViewNavigationCompletedEventArgs.IsSuccess Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Navigation erfolgreich abgeschlossen wurde.

public:
 property bool IsSuccess { bool get(); };
bool IsSuccess();
public bool IsSuccess { get; }
var boolean = webViewNavigationCompletedEventArgs.isSuccess;
Public ReadOnly Property IsSuccess As Boolean

Eigenschaftswert

Boolean

bool

true , wenn die Navigation erfolgreich abgeschlossen wurde; andernfalls false.

Gilt für:

Weitere Informationen