Encode an HTML attribute value.
The text writer to output the result.
The attribute value to encode.
Optionalquote: string
The character to use for quoting the attribute value.
Encode a range of an HTML attribute value.
The text writer to output the result.
The attribute value to encode.
The starting index of the attribute value.
The number of characters in the attribute value.
Optionalquote: string
The character to use for quoting the attribute value.
Encode a range of an HTML attribute value.
The attribute value to encode.
The starting index of the attribute value.
The number of characters in the attribute value.
Optionalquote: string
The character to use for quoting the attribute value.
The encoded attribute value.
Encode an HTML attribute value.