addAttributeValue
addAttributeValue(String value) function
Quotes attribute value and adds it to the html file.
Parameters
Name | Type | Description |
---|---|---|
value | String | Attribute value string. |
addAttributeValue(char[] value) function
Quotes attribute value and adds it to the html file.
Parameters
Name | Type | Description |
---|---|---|
value | char[] | Attribute value string. |
addAttributeValue(char[] value, int startIndex, int length) function
Quotes attribute value and adds it to the html file.
Parameters
Name | Type | Description |
---|---|---|
value | char[] | Attribute value string. |
startIndex | int | Start index of the portion to add. |
length | int | Length of the portion to add. |