Click or drag to resize

CefSharp.DevTools.Autofill Namespace

Version 130.1.90

[Missing <summary> documentation for "N:CefSharp.DevTools.Autofill"]

Classes
 ClassDescription
Public classAddress Address
Public classAddressField AddressField
Public classAddressFields A list of address fields.
Public classAddressFormFilledEventArgs Emitted when an address form is filled.
Public classAddressUI Defines how an address can be displayed like in chrome://settings/addresses. Address UI is a two dimensional array, each inner array is an "address information line", and when rendered in a UI surface should be displayed as such. The following address UI for instance: [[{name: "GIVE_NAME", value: "Jon"}, {name: "FAMILY_NAME", value: "Doe"}], [{name: "CITY", value: "Munich"}, {name: "ZIP", value: "81456"}]] should allow the receiver to render: Jon Doe Munich 81456
Public classAutofillClient Defines commands and events for Autofill.
Public classCreditCard CreditCard
Public classFilledField FilledField
Enumerations
 EnumerationDescription
Public enumerationFillingStrategy Specified whether a filled field was done so by using the html autocomplete attribute or autofill heuristics.