This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Adds a response header.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[]
public static void AddHeader(
	 context,
	string name,
	string value
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Sub AddHeader ( _
	context As , _
	name As , _
	value As  _
)

Parameters

context
IRenderContext
The context.
name
String
The name of the header.
value
String
The value.

See Also

Advanced