TextAreaElement Class

TextAreaElement class

The TextAreaElement represents a wrapper that is associated with the HTMLTextAreaElement

public class TextAreaElement : FormElement<HTMLTextAreaElement>

Properties

NameDescription
getElementType Gets the type of the element.
getHtmlElement
id { get; set; }Gets or sets the identifier of the form element.
name { get; set; }Represent the name attribute of the input element.
getType The type of this form control.
value { get; set; }Represents the String value of the input element that is directly mapped to the ‘value’ attribute.

See Also