Table of Contents

Property IsEdgeBackendEnabled

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsEdgeBackendEnabled

Gets or sets whether Edge backend which uses WebView2 is available on Windows. Default is false. Even if this property is false, you can create Edge backend on Windows by calling SetBackend(WebBrowserBackend) with Edge parameter before creating WebBrowser.

public static bool IsEdgeBackendEnabled { get; set; }

Property Value

bool