Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Release notes for Microsoft Edge WebView2 SDK, release date: Jun. 5, 2023.
NuGet package for WebView2 SDK 1.0.1823.32
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime 114.0.1823.32 (Jun. 5, 2023) or later.
Detailed contents:
Promotions to Phase 3 (Stable in Release)
The following APIs have been promoted from Phase 2: Stable in Prerelease, to Phase 3: Stable in Release, and are now included in this Release SDK.
LaunchingExternalUriScheme event when launch a URI scheme that's registered with the OS
Added support for launching external URIs. The LaunchingExternalUriScheme event is raised when there's an attempt to launch a URI scheme that is registered with the OS (an external URI scheme).
Previous phase: LaunchingExternalUriScheme event when launch URI scheme registered with the OS in Prerelease SDK 1.0.1905-prerelease, for Runtime 116 (Jun. 12, 2023).
CoreWebView2Class:- CoreWebView2LaunchingExternalUriSchemeEventArgs Class
- CoreWebView2LaunchingExternalUriSchemeEventArgs.Cancel Property
- CoreWebView2LaunchingExternalUriSchemeEventArgs.InitiatingOrigin Property
- CoreWebView2LaunchingExternalUriSchemeEventArgs.IsUserInitiated Property
- CoreWebView2LaunchingExternalUriSchemeEventArgs.Uri Property
- CoreWebView2LaunchingExternalUriSchemeEventArgs.GetDeferral Method
MemoryUsageTargetLevel specifies memory consumption levels
MemoryUsageTargetLevel specifies memory consumption levels, such as low or normal.
Previous phase: MemoryUsageTargetLevel specifies memory consumption levels in Prerelease SDK 1.0.1905-prerelease, for Runtime 116 (Jun. 12, 2023).
CoreWebView2Class:- CoreWebView2MemoryUsageTargetLevel Enum
Enhanced support for multiple profiles: Configure General Autofill and Password Autosave
Enhanced support for multiple profiles, to allow configuring General Autofill and Password Autosave settings for different profiles.
Previous phase: Enhanced support for multiple profiles: Configure General Autofill and Password Autosave in Prerelease SDK 1.0.1829-prerelease, for Runtime 115 (May 8, 2023).
CoreWebView2ProfileClass: