AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.1.0" />

.NET API 955,904 bytes

 HtmlInputElement

Represents an HTML input element.
public string Accept { get; set; }

public Alignment Align { get; set; }

public string AlternativeText { get; set; }

public string Autocomplete { get; set; }

public int DisplayHeight { get; set; }

public int DisplayWidth { get; set; }

public IFileList Files { get; }

public string FormAction { get; set; }

public string FormEncType { get; set; }

public string FormMethod { get; set; }

public bool FormNoValidate { get; set; }

public string FormTarget { get; set; }

public bool IsChecked { get; set; }

public bool IsDefaultChecked { get; set; }

public bool IsIndeterminate { get; set; }

public bool IsMultiple { get; set; }

public IHtmlDataListElement List { get; }

public string Maximum { get; set; }

public string Minimum { get; set; }

public int OriginalHeight { get; }

public int OriginalWidth { get; }

public string Pattern { get; set; }

public int Size { get; set; }

public string Source { get; set; }

public string Step { get; set; }

public string Type { get; set; }

public string UseMap { get; set; }

public DateTime? ValueAsDate { get; set; }

public double ValueAsNumber { get; set; }

public HtmlInputElement(Document owner, string prefix = null)

public void StepDown(int n = 1)

public void StepUp(int n = 1)