ValueAttribute {Microsoft.VisualBasic.MIME.Html.Document} | .NET clr documentation |
A key-value pair of the html attribute, includes the attribute name and attribute value
# namespace Microsoft.VisualBasic.MIME.Html.Document
export class ValueAttribute extends ValueType {
IsEmpty: boolean;
Name: string;
# get the first attribute value string
Value: string;
# A collection of the attribute values, apply for the multiple value attribute data, example as class attribute
Values: iterates(String);
}
Values
: iterates(String)