ValueAttribute {Microsoft.VisualBasic.MIME.Html.Document} .NET clr documentation

ValueAttribute

Description

A key-value pair of the html attribute, includes the attribute name and attribute value

Declare

            
# 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);
}

        

.NET clr type reference tree

  1. this class extends from ValueType class: ValueType
  2. use by property member Values: iterates(String)

[Package {$package} version {$version} Index]