Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Release notes for Microsoft Edge WebView2 SDK, release date: Mar. 25, 2024.
NuGet package for WebView2 SDK 1.0.2420.47
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime 123.0.2420.47 (Mar. 25, 2024) 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.
Hit-testing results on regions
Added a new API to provide hit-testing results on the regions that a WebView2 contains. This API is useful for visually hosted applications that want to handle mouse events on the non-client area of the WebView2 window.
Previous phase: Hit-testing results on regions in Prerelease SDK 1.0.2415-prerelease, for Runtime 123 (Feb. 26, 2024).
CoreWebView2CompositionControllerClass:CoreWebView2NonClientRegionChangedEventArgsClass:CoreWebView2NonClientRegionKind Enum
CaptionClientNowhere
CoreWebView2SettingsClass:
FailureSourceModulePath property
Added the FailureSourceModulePath property to the ProcessFailedEventArgs type, to specify the full path of the module that caused the crash in cases of Windows code integrity failures - that is, when a process exited with STATUS_INVALID_IMAGE_HASH.
Previous phase: FailureSourceModulePath property in Prerelease SDK 1.0.2470-prerelease, for Runtime 124 (Mar. 25, 2024).
CoreWebView2ProcessFailedEventArgsClass:
Bug fixes
- The .NET assemblies for WinForms and WPF are now shipped with optimization enabled. (Issue #4409)