I am using WebView2 in WPF control to host the new edge.
In my code, I want to cache the cookie and browser specific data to a cache directory. The cache location should be set in the CoreWebView2EnvironmentOptions when creating the CoreWebView2Environment.
Is there any way we can achieve this ? Thanks in advance.