exclusiveUserDataFolderAccess property
final
Whether other processes can create WebView2 from WebView2Environment created with the same user data folder and therefore sharing the same WebView browser process instance.
The default value is false.
Officially Supported Platforms/Implementations:
- Windows WebView2 1.0.1185.39+ (Official API - ICoreWebView2EnvironmentOptions2.put_ExclusiveUserDataFolderAccess)
Implementation
final bool? exclusiveUserDataFolderAccess;