Method SetBackendPath
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
stringPath to an extracted fixed version of the WebView2 Edge runtime.
isRelative
booltrue if specified path is relative to the application folder; otherwise, false.
Examples
SetBackendPath("Edge",true);