generalAutofillEnabled property
getter/setter pair
Specifies 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 generalAutofillEnabled is false, no suggestions appear, and no new information is saved.
When generalAutofillEnabled 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.
Officially Supported Platforms/Implementations:
- Windows WebView2 1.0.902.49+ (Official API - ICoreWebView2Settings4.put_IsGeneralAutofillEnabled)
Implementation
bool? generalAutofillEnabled;