CoreWebView2Environment.LoaderDllFolderPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The relative or absolute folder's path where WebView2Loader.dll exists. If LoaderDllFolderPath is set, we will load %LoaderDllFolderPath%\WebView2Loader.dll first.
public static string LoaderDllFolderPath { get; set; }
static member LoaderDllFolderPath : string with get, set
Public Shared Property LoaderDllFolderPath As String