Html |
public static void HtmlAttributeEncode( TextWriter output, string value, int startIndex, int count, char quote = '"' )
Exception | Condition |
---|---|
ArgumentNullException | output is null. -or- value is null. |
ArgumentOutOfRangeException | startIndex and count do not specify a valid range in the value. |
ArgumentException | quote is not a valid quote character. |