AngleSharp by Florian Rappl

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

.NET API 481,792 bytes

 HTMLTextAreaElement

Represents a HTML textarea element.
public bool Disabled { get; set; }

Gets or sets if the textarea is enabled or disabled.

public string Name { get; set; }

Gets or sets the value of the name attribute.

public bool Readonly { get; set; }

Gets or sets if the textarea field is read-only.

public bool Required { get; set; }

Gets or sets if the textarea field is required.