The CharSet property indicates the format that textual content is sent, the value is appended to the Content-Type HTTP header.
SyntaxResponse.CharSet = (string) |
string | Contains the charset to be appended to the Content-Type. |
<% Response.CharSet = "utf-8" %>The above example would add the following HTTP header: Content-Type: text/html; charset=utf-8 |