IsPasswordAutosaveEnabled controls whether autosave for password
information is enabled. The IsPasswordAutosaveEnabled property behaves
independently of the IsGeneralAutofillEnabled property. When IsPasswordAutosaveEnabled 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 IsPasswordAutosaveEnabled 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.
This property has the same value as
CoreWebView2Profile.IsPasswordAutosaveEnabled, and changing one will
change the other. All CoreWebView2s with the same CoreWebView2Profile
will share the same value for this property, so for the CoreWebView2s
with the same profile, their
CoreWebView2Settings.IsPasswordAutosaveEnabled and
CoreWebView2Profile.IsPasswordAutosaveEnabled will always have the same
value.
IsPasswordAutosaveEnabled controls whether autosave for password information is enabled. The IsPasswordAutosaveEnabled property behaves independently of the IsGeneralAutofillEnabled property. When IsPasswordAutosaveEnabled 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 IsPasswordAutosaveEnabled 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. This property has the same value as CoreWebView2Profile.IsPasswordAutosaveEnabled, and changing one will change the other. All CoreWebView2s with the same CoreWebView2Profile will share the same value for this property, so for the CoreWebView2s with the same profile, their CoreWebView2Settings.IsPasswordAutosaveEnabled and CoreWebView2Profile.IsPasswordAutosaveEnabled will always have the same value.
\snippet SettingsComponent.cpp PasswordAutosaveEnabled