Class AddressField
public sealed record AddressField : IEquatable<AddressField>
- Inheritance
-
AddressField
- Implements
- Inherited Members
Constructors
AddressField(string, string)
public AddressField(string Name, string Value)
Parameters
Namestringaddress 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
Valuestringaddress field value, for example Jon Doe.
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
public string Name { get; init; }
Property Value
Value
address field value, for example Jon Doe.
public string Value { get; init; }