WebViewNavigationCompletedEventArgs.WebErrorStatus Property

Definition

If the navigation was unsuccessful, gets a value that indicates why

public:
 property WebErrorStatus WebErrorStatus { WebErrorStatus get(); };
WebErrorStatus WebErrorStatus();
public WebErrorStatus WebErrorStatus { get; }
var webErrorStatus = webViewNavigationCompletedEventArgs.webErrorStatus;
Public ReadOnly Property WebErrorStatus As WebErrorStatus

Property Value

A value that explains an unsuccessful navigation.

Applies to

See also