|  | Html | 
 Syntax
Syntaxpublic static void HtmlAttributeEncode( TextWriter output, char[] value, int startIndex, int count, char quote = '"' )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | output is . -or- value is . | 
| ArgumentOutOfRangeException | startIndex and count do not specify a valid range in the value. | 
| ArgumentException | quote is not a valid quote character. | 
 Remarks
Remarks See Also
See Also