passwordAutosaveEnabled property
Specifies whether autosave for password information is enabled.
The passwordAutosaveEnabled property behaves independently of the IsGeneralAutofillEnabled property.
When passwordAutosaveEnabled is false, no new password data is saved and no Save/Update Password prompts are displayed.
However, if there was password data already saved before disabling this setting, then that password
information is auto-populated, suggestions are shown and clicking on one will populate the fields.
When passwordAutosaveEnabled is true, password information is auto-populated,
suggestions are shown and clicking on one will populate the fields,
new data is saved, and a Save/Update Password prompt is displayed.
It will take effect immediately after setting.
The default value is false.
Officially Supported Platforms/Implementations:
- Windows WebView2 1.0.902.49+ (Official API - ICoreWebView2Settings4.put_IsPasswordAutosaveEnabled)
Implementation
bool? passwordAutosaveEnabled;