Click or drag to resize

IProfilePreferencesAutofillEnabled Property

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

Namespace:  DotNetBrowser.Profile
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
bool AutofillEnabled { get; set; }

Property Value

Type: Boolean
true if the web form autofill is enabled for the simple <input> values, false otherwise.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IProfilePreferences instance has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
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.

See Also