Response.AddHeader(name, value)
Hi All,
This is a fundemental question but I could not find the answeres from any book, please help. Please explain to me clearly what does Response.addHeader(name, value) can do?
EX:
Response.AddHeader "Pragma", "no-cache" %>
What does "Pragma" means? what does that statement do to your page?
Response.AddHeader "CustomHeader", "CustomValue")
What does this statement do.
Thanks in advance
John
|