psUserDataFolder - cWebView2Browser
Use this property to query or to override the user data folder used by the current WebView2 instance
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psUserDataFolder
| Access Type | Syntax |
|---|---|
| Read Access: | Get psUserDataFolder to StringVariable |
| Write Access: | Set psUserDataFolder to StringVariable/Value |
Description
Use this property to query or to override the user data folder used by the current WebView2 instance.
This property can only be set at design-time before the control is initialized.
The user data folder is the location where the data (cookies, cache, local storage, etc.) of the current session is stored.