IsGeneralAutofillEnabled controls whether autofill for information
like names, street and email addresses, phone numbers, and arbitrary input
is enabled. This excludes password and credit card information. When
IsGeneralAutofillEnabled is false, no suggestions appear, and no new information
is saved. When IsGeneralAutofillEnabled is true, information is saved, suggestions
appear and clicking on one will populate the form fields.
It will take effect immediately after setting.
The default value is TRUE.
This property has the same value as
CoreWebView2Settings.IsGeneralAutofillEnabled, 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.IsGeneralAutofillEnabled and
CoreWebView2Profile.IsGeneralAutofillEnabled will always have the same
value.
IsGeneralAutofillEnabled controls whether autofill for information like names, street and email addresses, phone numbers, and arbitrary input is enabled. This excludes password and credit card information. When IsGeneralAutofillEnabled is false, no suggestions appear, and no new information is saved. When IsGeneralAutofillEnabled is true, information is saved, suggestions appear and clicking on one will populate the form fields. It will take effect immediately after setting. The default value is TRUE. This property has the same value as CoreWebView2Settings.IsGeneralAutofillEnabled, 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.IsGeneralAutofillEnabled and CoreWebView2Profile.IsGeneralAutofillEnabled will always have the same value.
\snippet SettingsComponent.cpp ToggleProfileGeneralAutofillEnabled