ASP AddHeader Method
Complete Response Object Reference
The AddHeader method adds a new HTTP header and a value to the HTTP
response.
Note: Once a header has been added, it cannot be removed.
Note: In IIS 4.0 you have to call this method before any output is
sent to the browser. In IIS 5.0 you can call the AddHeader method at any point in the script, as long as it precedes any calls to
the response.Flush method.
Syntax
|
response.AddHeader name,value
|
| Parameter |
Description |
| name |
Required. The name of the new header variable (cannot
contain underscores)
|
| value |
Required. The initial value of the new header variable
|
Examples
|
<%Response.AddHeader "WARNING","Error message text"%>
|
Complete Response Object Reference

Need an easy way to get data into XML, or transform XML to another format?
MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data.
Then it transforms data instantly or auto-generates royalty-free data integration code for recurrent conversions.
New features in Version 2010!
Download a free, fully functional 30-day trial to experience the following features:
- Easy-to-use, graphical data mapping interface
- Instant data transformation
- XSLT 1.0/2.0 and XQuery code generation
- Java, C#, and C++ code generation
- Advanced data processing functions
- Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more
- Visual Studio & Eclipse integration
Download a fully-functional trial today!
|
|
|
|