WebView2Wpf.CoreWebView2 property¶
Defined in
Type: WebView2Wpf
Namespace: CrissCross.WPF
Assembly: CrissCross.WPF.WebView2.dll
Applies to
net10.0-windows7.0, net9.0-windows7.0, net8.0-windows7.0, net481
Attributes: [Browsable(false)]
public CoreWebView2 CoreWebView2 { get; }
Summary: Gets accesses the complete functionality of the underlying Microsoft.Web.WebView2.Core.CoreWebView2 COM API. Returns null until initialization has completed. See the Microsoft.Web.WebView2.Wpf.WebView2 class documentation for an initialization overview.
Returns: CoreWebView2
Value: The core web view2.