[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.UserDataFolder

UserDataFolder Property

UserDataFolder

Gets or sets the value to pass as the userDataFolder parameter of Microsoft.Web.WebView2.Core.CoreWebView2Environment.CreateAsync(System.String,System.String,Microsoft.Web.WebView2.Core.CoreWebView2EnvironmentOptions) when creating an environment with this instance.

Declaration
public string UserDataFolder { get; set; }
Remarks

UserDataFolder should be set before initializing CoreWebView2 the control, that is, before using it. After initialization of the CoreWebView2, this property has no further effect. By default, CoreWebView2 files will be created in the executing directory. The application may not have write permissions in this directory, so you will need to set the appropriate path.