HTMLInputElement.DefaultValue
HTMLInputElement.DefaultValue property
When the type
attribute of the element has the value “text”, “file” or “password”, this represents the HTML value attribute 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. See the value attribute definition in HTML 4.01.
public string DefaultValue { get; set; }
See Also
- class HTMLInputElement
- namespace Aspose.Html
- assembly Aspose.HTML