Click or drag to resize

ResponseAddHeader Method

Adds an HTTP header to the current response. This method is provided for compatibility with earlier versions of ASP.

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public void AddHeader(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the HTTP header to add value to
value
Type: SystemString
The string to add to the header

Implements

IResponseAddHeader(String, String)
See Also