Class FilledField
FilledField
public sealed class FilledField
- Inheritance
-
FilledField
- Inherited Members
Properties
AutofillType
autofillType
[JsonPropertyName("autofillType")]
public string AutofillType { get; set; }
Property Value
FieldId
fieldId
[JsonPropertyName("fieldId")]
public long FieldId { get; set; }
Property Value
FillingStrategy
fillingStrategy
[JsonPropertyName("fillingStrategy")]
public FillingStrategy FillingStrategy { get; set; }
Property Value
FrameId
frameId
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
HtmlType
htmlType
[JsonPropertyName("htmlType")]
public string HtmlType { get; set; }
Property Value
Id
id
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Name
name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Value
value
[JsonPropertyName("value")]
public string Value { get; set; }