TextAreaElement Class

TextAreaElement class

The TextAreaElement represents a wrapper that is associated with the HTMLTextAreaElement

public class TextAreaElement : FormElement<HTMLTextAreaElement>

Properties

NameDescription
ElementType { get; }Gets the type of the element.
HtmlElement { get; }
virtual Id { get; set; }Gets or sets the identifier of the form element.
override Name { get; set; }Represent the name attribute of the input element.
Type { get; }The type of this form control.
override Value { get; set; }Represents the string value of the input element that is directly mapped to the ‘value’ attribute.

See Also