AddAttributeValue

AddAttributeValue(string)

Quotes attribute value and adds it to the html file.

public void AddAttributeValue(string value)
ParameterTypeDescription
valueStringAttribute value string.

See Also


AddAttributeValue(char[])

Quotes attribute value and adds it to the html file.

public void AddAttributeValue(char[] value)
ParameterTypeDescription
valueChar[]Attribute value string.

See Also


AddAttributeValue(char[], int, int)

Quotes attribute value and adds it to the html file.

public void AddAttributeValue(char[] value, int startIndex, int length)
ParameterTypeDescription
valueChar[]Attribute value string.
startIndexInt32Start index of the portion to add.
lengthInt32Length of the portion to add.

See Also