CoreWebView2Environment.UserDataFolder 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.
Gets the user data folder that all CoreWebView2s created from this environment are using.
public string UserDataFolder { get; }
member this.UserDataFolder : string
Public ReadOnly Property UserDataFolder As String
Property Value
Remarks
This could be either the value passed in by the developer when creating the environment object or the calculated one for default handling. And will always be an absolute path.