CoreWebView2Settings.IsPasswordAutofillEnabled Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Determines whether password information will be saved and autofilled.

C#
public bool IsPasswordAutofillEnabled { get; set; }

Property Value

Remarks

When disabled, 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 enabled, 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. The default value is false.

Applies to

Product Versions
WebView2 .NET Prerelease 1.0.865