Table of Contents

Property AutofillEnabled

Namespace
DotNetBrowser.Profile
Assembly
DotNetBrowser.dll

AutofillEnabled

Enables or disables the web form autofill and displaying of suggestions pop-ups. By default, the autofill is enabled.

bool AutofillEnabled { get; set; }

Property Value

bool

true if the web form autofill is enabled for the simple <input> values, false otherwise.

Remarks

Important: the autofill for the IPasswordStore passwords is always enabled except the cases when a site has an invalid SSL certificate or the scheme is not registered as web-safe.The list of web-safe schemes: HTTP, HTTPS, WS, and WSS.

Exceptions

ObjectDisposedException

The IProfilePreferences instance has already been disposed.

ConnectionClosedException

The connection to the Chromium engine is closed.