HtmlTextAreaElement
sealed class HtmlTextAreaElement : HtmlTextFormControlElement, IHtmlTextAreaElement, IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IGlobalEventHandlers, IValidation
Represents a HTML textarea element.
Gets or sets the cols HTML attribute, indicating
the visible width of the text area.
Gets or sets the rows HTML attribute, indicating
the number of visible text lines for the control.
Gets the codepoint length of the control's value.
Gets the type of input control (texarea).
Gets or sets the wrap HTML attribute, indicating how the control wraps text.
Creates a new HTML textarea element.