Easy Tutorial
❮ Prop Driveletter Prop Type Folder ❯

ASP Charset Property



The Charset property appends a character set name to the content-type header in the Response object. The default character set is ISO-LATIN-1.

Note: This property accepts any string, regardless of whether it is a valid character set name.

Syntax

Parameter Description
charsetname A string that specifies the character set for the page.

Example

If the ASP page does not set the Charset property, the content-type header would be as follows:

If we use the Charset property:

The content-type header would be as follows:


❮ Prop Driveletter Prop Type Folder ❯