Html |
public static void HtmlAttributeEncode( TextWriter output, string value, int startIndex, int count, char quote = '"' )
| 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. |