Class AddressField
AddressField
public sealed class AddressField
- Inheritance
-
AddressField
- Inherited Members
Properties
Name
address field name, for example GIVEN_NAME. The full list of supported field names: https://source.chromium.org/chromium/chromium/src/+/main:components/autofill/core/browser/field_types.cc;l=38
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Value
address field value, for example Jon Doe.
[JsonPropertyName("value")]
public string Value { get; set; }