WebViewNavigationFailedEventArgs.Uri Property

Definition

Gets the URI that the WebView attempted to navigate to.

public:
 property Uri ^ Uri { Uri ^ get(); };
Uri Uri();
public System.Uri Uri { get; }
var uri = webViewNavigationFailedEventArgs.uri;
Public ReadOnly Property Uri As Uri

Property Value

The attempted navigation target.

Applies to