HttpResponse.AddHeader Method
.NET Framework 3.0
Adds an HTTP header to the output stream. AddHeader is provided for compatibility with previous versions of ASP.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
AddHeader is the same as AppendHeader and is provided only for compatibility with previous versions of ASP. With ASP.NET, use AppendHeader.
Community Additions
ADD
Show: