HTMLTextAreaElement.DefaultValue

HTMLTextAreaElement.DefaultValue property

Represents the contents of the element. The value of this attribute does not change if the contents of the corresponding form control, in an interactive user agent, changes. @version DOM Level 2

public string DefaultValue { get; set; }

See Also