CoreWebView2.Profile Property

Definition

The associated CoreWebView2Profile object of CoreWebView2.

public Microsoft.Web.WebView2.Core.CoreWebView2Profile Profile { get; }
member this.Profile : Microsoft.Web.WebView2.Core.CoreWebView2Profile
Public ReadOnly Property Profile As CoreWebView2Profile

Property Value

Examples

_webViewProfile = webView.CoreWebView2.Profile;

Applies to