AngleSharp by Florian Rappl

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

.NET API 371,712 bytes

 HTMLTextAreaElement

Represents a HTML textarea element.
public const string Tag = "textarea"

The textarea tag.

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.

Creates a new HTML textarea element.