Table of Contents

Method SetBackendPath

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

SetBackendPath(string, bool)

Sets path to a fixed version of the WebView2 Edge runtime.

public static void SetBackendPath(string path, bool isRelative = false)

Parameters

path string

Path to an extracted fixed version of the WebView2 Edge runtime.

isRelative bool

true if specified path is relative to the application folder; otherwise, false.

Examples

SetBackendPath("Edge",true);