AngleSharp by AngleSharp

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

.NET API 818,176 bytes

 HtmlFormElement

Represents the form element.
public string AcceptCharset { get; set; }

public string Action { get; set; }

public string Autocomplete { get; set; }

public string Encoding { get; set; }

public string Enctype { get; set; }

public IElement this[int index] { get; }

public IElement this[string name] { get; }

public int Length { get; }

public string Method { get; set; }

public string Name { get; set; }

public bool NoValidate { get; set; }

public string Target { get; set; }

public HtmlFormElement(Document owner, string prefix = null)

public bool CheckValidity()

public bool ReportValidity()

public void RequestAutocomplete()

public void Reset()

public Task<IDocument> SubmitAsync(IHtmlElement sourceElement)