WebViewNavigationFailedEventArgs.Uri Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’URI vers lequel le WebView a tenté d’accéder.
public:
property Uri ^ Uri { Uri ^ get(); };
Uri Uri();
public System.Uri Uri { get; }
var uri = webViewNavigationFailedEventArgs.uri;
Public ReadOnly Property Uri As Uri
Valeur de propriété
Cible de navigation tentée.