Partager via


BlazorWebView.WebView Propriété

Définition

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.

S’applique à