Skip to content

Commit 61f6ebc

Browse files
authored
Update "Overview of WebView2 APIs" per June 2025 RelNotes (#3463)
* draft * Stable in Release * link to relnotes about this api
1 parent 2d9d214 commit 61f6ebc

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

microsoft-edge/webview2/concepts/overview-features-apis.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: webview
9-
ms.date: 05/05/2025
9+
ms.date: 06/03/2025
1010
---
1111
# Overview of WebView2 APIs
1212

@@ -2925,21 +2925,34 @@ See also [Enable or disable the browser responding to accelerator keys (shortcut
29252925

29262926
WebView2 can specify a default background color. The color can be any opaque color, or transparent. This color will be used if the HTML page doesn't set its own background color.
29272927

2928+
See also:
2929+
* [Set default background color on WebView2 initialization (DefaultBackgroundColor API)](../release-notes/index.md#set-default-background-color-on-webview2-initialization-defaultbackgroundcolor-api) in _Release Notes for the WebView2 SDK_.
2930+
29282931
##### [.NET/C#](#tab/dotnetcsharp)
29292932

29302933
* `CoreWebView2Controller` Class:
29312934
* [CoreWebView2Controller.DefaultBackgroundColor Property](/dotnet/api/microsoft.web.webview2.core.corewebview2controller.defaultbackgroundcolor)
29322935

2936+
* `CoreWebView2ControllerOptions` Class:
2937+
* [CoreWebView2ControllerOptions.DefaultBackgroundColor Property](/dotnet/api/microsoft.web.webview2.core.corewebview2controlleroptions.defaultbackgroundcolor)
2938+
29332939
##### [WinRT/C#](#tab/winrtcsharp)
29342940

29352941
* `CoreWebView2Controller` Class:
29362942
* [CoreWebView2Controller.DefaultBackgroundColor Property](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2controller#defaultbackgroundcolor)
29372943

2944+
* `CoreWebView2ControllerOptions` Class:
2945+
* [CoreWebView2ControllerOptions.DefaultBackgroundColor Property](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2controlleroptions#defaultbackgroundcolor)
2946+
29382947
##### [Win32/C++](#tab/win32cpp)
29392948

29402949
* `ICoreWebView2Controller2` interface:
2941-
* [ICoreWebView2Controller2::get_DefaultBackgroundColor method](/microsoft-edge/webview2/reference/win32/icorewebview2controller2#get_defaultbackgroundcolor)
2942-
* [ICoreWebView2Controller2::put_DefaultBackgroundColor method](/microsoft-edge/webview2/reference/win32/icorewebview2controller2#put_defaultbackgroundcolor)
2950+
* [ICoreWebView2Controller2::get_DefaultBackgroundColor](/microsoft-edge/webview2/reference/win32/icorewebview2controller2#get_defaultbackgroundcolor)
2951+
* [ICoreWebView2Controller2::put_DefaultBackgroundColor](/microsoft-edge/webview2/reference/win32/icorewebview2controller2#put_defaultbackgroundcolor)
2952+
2953+
* [ICoreWebView2ControllerOptions3](/microsoft-edge/webview2/reference/win32/icorewebview2controlleroptions3)
2954+
* [ICoreWebView2ControllerOptions3::get_DefaultBackgroundColor](/microsoft-edge/webview2/reference/win32/icorewebview2controlleroptions3#get_defaultbackgroundcolor)
2955+
* [ICoreWebView2ControllerOptions3::put_DefaultBackgroundColor](/microsoft-edge/webview2/reference/win32/icorewebview2controlleroptions3#put_defaultbackgroundcolor)
29432956

29442957
---
29452958

microsoft-edge/webview2/release-notes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For full API compatibility, this Release version of the WebView2 SDK requires We
4242
<!-- ------------------------------ -->
4343
#### Promotions
4444

45-
The following APIs have been promoted from Experimental to Stable in this Prerelease SDK.
45+
The following APIs have been promoted to Stable and are now included in this Release SDK.
4646

4747

4848
<!-- ---------- -->

0 commit comments

Comments
 (0)