BlazorWebView.WebView 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.
Retourne l’interne WebView2 utilisé par ce contrôle.
public:
property Microsoft::Web::WebView2::Wpf::WebView2 ^ WebView { Microsoft::Web::WebView2::Wpf::WebView2 ^ get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.Web.WebView2.Wpf.WebView2 WebView { get; }
[<System.ComponentModel.Browsable(false)>]
member this.WebView : Microsoft.Web.WebView2.Wpf.WebView2
Public ReadOnly Property WebView As WebView2
Valeur de propriété
- Attributs
Remarques
L’utilisation directe de certaines fonctionnalités de la vue web interne peut entraîner des résultats inattendus, car son comportement est contrôlé par le BlazorWebView qui l’héberge.