CoreWebView2ReleaseChannels Enum

Definition

Specifies the WebView2 release channel.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum CoreWebView2ReleaseChannels
[<System.Flags>]
type CoreWebView2ReleaseChannels = 
Public Enum CoreWebView2ReleaseChannels
Inheritance
CoreWebView2ReleaseChannels
Attributes

Fields

Beta 2

The Beta release channel that is released every 4 weeks, a week before the stable release.

Canary 8

The Canary release channel that is released daily.

Dev 4

The Dev release channel that is released weekly.

None 0

No release channel. ReleaseChannels will be ignored if only this value is passed.

Stable 1

The stable WebView2 Runtime that is released every 4 weeks.

Remarks

Use ReleaseChannels and ChannelSearchKind on CoreWebView2EnvironmentOptions to control which channel the WebView2 loader searches for.

ChannelPrimary purposeHow often updated with new features
Stable (WebView2 Runtime)Broad DeploymentMonthly
BetaFlighting with inner rings, automated testingMonthly
DevAutomated testing, selfhosting to test new APIs and featuresWeekly
CanaryAutomated testing, selfhosting to test new APIs and featuresDaily

Applies to