A key-value pair of the html attribute, includes the attribute name and attribute value
ValueAttribute
01 Syntax
Microsoft.VisualBasic.MIME.Html.Document.ValueAttribute
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Equals | 1 | equals to any value |
| op_Explicit | 1 | get attribute value |
| ToString | 1 |
03 Properties
04 Members
Equals(
String)equals to any value
Parameters
| Name | Type | Description |
|---|---|---|
value | String | - |
op_Explicit(ValueAttribute)
get attribute value
Parameters
| Name | Type | Description |
|---|---|---|
attr | ValueAttribute | - |
Values
A collection of the attribute values, apply for the multiple value attribute data, example as class attribute
Value
get the first attribute value string
Name
IsEmpty
ToString()