CoreWebView2Environment.UserDataFolder Property

Definition

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.

Applies to