AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.2-alpha-277" />

 FormControlState

sealed class FormControlState
Class to store the state of a form control.
public string Name { get; }

Gets the name of the field.

public string Type { get; }

Gets the type of the field.

public string Value { get; }

Gets the field's value.

public FormControlState(string name, string type, string value)

Creates a new form control state instance.