public static HtmlAttributeEncode ( char value, int startIndex, int count, char quote = '"' ) : string | ||
value | char | The attribute value to encode. |
startIndex | int | The starting index of the attribute value. |
count | int | The number of characters in the attribute value. |
quote | char | The character to use for quoting the attribute value. |
return | string |