Click or drag to resize

FillingStrategy Enumeration

Version 130.1.90
Specified whether a filled field was done so by using the html autocomplete attribute or autofill heuristics.

Namespace: CefSharp.DevTools.Autofill
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public enum FillingStrategy
Members
Member nameValueDescription
AutocompleteAttribute0 autocompleteAttribute
AutofillInferred1 autofillInferred
See Also