| HTMLButtonElementValue Property |
The current form control value. See the value attribute definition in
HTML 4.01.
Namespace: Aspose.HtmlAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string Value { get; set; }Public Property Value As String
Get
Set
public:
property String^ Value {
String^ get ();
void set (String^ value);
}member Value : string with get, set
Property Value
Type:
String
See Also