Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WebViewNavigationCompletedEventArgs.WebErrorStatus Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?