ASP Charset Property
Complete Response Object Reference
The Charset property appends the name of a character-set to the
content-type header in the Response object. Default character set is
ISO-LATIN-1.
Note: This property will accept any string, regardless of whether it
is a valid character set or not, for the name.
Syntax
response.Charset(charsetname)
|
| Parameter |
Description |
| charsetname |
A string that specifies a character set for the page |
Examples
If an ASP page has no Charset property set, the content-type header would be:
content-type:text/html
If we included the Charset property:
<%response.Charset="ISO-8859-1"%>
the content-type header would be:
content-type:text/html; charset=ISO-8859-1
|
Complete Response Object Reference
Learn how your website performs under various load conditions
 |
|
WAPT
is a load, stress and performance testing tool for websites and web-based applications.
In contrast to "800-pound gorilla" load testing tools, it is designed to minimize the learning
curve and give you an ability to create a heavy load from a regular workstation.
WAPT is able to generate up to 3000 simultaneously acting virtual users using standard hardware configuration.
Virtual users in each profile are fully customizable. Basic and NTLM authentication methods are supported.
Graphs and reports are shown in real-time at different levels of detail, thus helping to manage the testing process.
Download the free 30-day trial!
|
|