CoreWebView2.Profile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = _iWebView2.CoreWebView2.Profile;