WebViewNavigationCompletedEventArgs
WebViewNavigationCompletedEventArgs
WebViewNavigationCompletedEventArgs
WebViewNavigationCompletedEventArgs
Class
Definition
Provides data for the WebView.NavigationCompleted and FrameNavigationCompleted events.
public : sealed class WebViewNavigationCompletedEventArgs : IWebViewNavigationCompletedEventArgspublic sealed class WebViewNavigationCompletedEventArgs : IWebViewNavigationCompletedEventArgsPublic NotInheritable Class WebViewNavigationCompletedEventArgs Implements IWebViewNavigationCompletedEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
IsSuccess IsSuccess IsSuccess IsSuccess
Gets a value that indicates whether the navigation completed successfully.
public : PlatForm::Boolean IsSuccess { get; }public bool IsSuccess { get; }Public ReadOnly Property IsSuccess As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
true if the navigation completed successfully; otherwise, false.
WebErrorStatus WebErrorStatus WebErrorStatus WebErrorStatus
If the navigation was unsuccessful, gets a value that indicates why
public : WebErrorStatus WebErrorStatus { get; }public WebErrorStatus WebErrorStatus { get; }Public ReadOnly Property WebErrorStatus As WebErrorStatus// This API is not available in Javascript.
A value that explains an unsuccessful navigation.